Skip to content

Commit 18fe090

Browse files
committed
Merge branch 'master' of github.com:knes1/kotao
2 parents 893c262 + 6ec2bcd commit 18fe090

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,15 @@ The documentation is still work in progress as Kotao feature-set is evolving.
4444

4545
To get the most recent version of kotao, you can build it from the sources. Clone the repository and then execute:
4646

47-
`./gradlew build distZip`
47+
`./gradlew build install`
48+
49+
You will then find the following files in `build/distributions`:
50+
51+
* `kotao-X.Y.Z.zip` - the relase package
52+
* `kotao/` - directory with unpacked release package - executable script is located there in `bin/kotao` (or `bin/kotao.bat` for Windows)
53+
54+
If you want to easily update to latest development version of kotao, add `build/distributions/kotao/bin` to your PATH. Than you can just update kotao by pulling new version from the repo and running `./gradlew build install` again.
4855

49-
You will then find the installation zip package with startup scripts in `build/distributions/kotao.zip`
5056

5157
## Project Structure
5258

0 commit comments

Comments
 (0)