Skip to content

Commit 7c35ebc

Browse files
committed
Update readme with correct information about develop builds.
1 parent 73ee0a8 commit 7c35ebc

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ Provides an easy way of invoking utPLSQL from command-line. Main features:
1919

2020
Published releases are available for download on the [utPLSQL-cli GitHub Releases Page.](https://github.com/utPLSQL/utPLSQL-cli/releases)
2121

22-
You can also download all development versions from [Bintray](https://bintray.com/utplsql/utPLSQL-cli/utPLSQL-cli-develop#files).
22+
Development (`develop` branch) builds are not published as downloadable artifacts. To use the latest development version, build it from source:
23+
```
24+
git clone https://github.com/utPLSQL/utPLSQL-cli.git
25+
cd utPLSQL-cli
26+
mvn package appassembler:assemble
27+
```
2328

2429

2530
## Requirements
@@ -84,7 +89,7 @@ Example:
8489
utplsql run -h
8590
```
8691

87-
#### \<ConnectionURL>
92+
#### ConnectionURL
8893

8994
This is used in all commands as first parameter (though it's optional for `info`).
9095

0 commit comments

Comments
 (0)