Skip to content

Commit

Permalink
Cos 292 update cli example Readme (#44)
Browse files Browse the repository at this point in the history
added links in README.md for CLI tutorial.
  • Loading branch information
rolldeep authored Oct 11, 2023
1 parent 73b72bf commit 95014cd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@ Liquibase can be run in the next ways:
### Command-line interface (CLI)

- Install liquibase 4.21.1 version from https://github.com/liquibase/liquibase/releases/
- Download jar file of desired version (better latest) from https://mvnrepository.com/artifact/org.liquibase.ext/liquibase-couchbase and put it into a `lib` directory in the Liquibase install location.
- In order to run liquibase-couchbase extension you need to download jar files of certain version and put it into a lib directory in the Liquibase install location (default path: `/usr/local/opt/liquibase/lib`).
- [liquibase-couchbase/0.1.2-ER](https://mvnrepository.com/artifact/org.liquibase.ext/liquibase-couchbase/0.1.2-ER)
- [core-io/2.4.6](https://mvnrepository.com/artifact/com.couchbase.client/core-io/2.4.6)
- [java-client/3.4.6](https://mvnrepository.com/artifact/com.couchbase.client/java-client/3.4.6)
- [reactive-streams/1.0.4](https://mvnrepository.com/artifact/org.reactivestreams/reactive-streams/1.0.4)
- [reactor-core/3.5.6](https://mvnrepository.com/artifact/io.projectreactor/reactor-core/3.5.6)
- Create folder and put the necessary files there:

```
Expand Down

0 comments on commit 95014cd

Please sign in to comment.