You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,15 @@ The documentation is still work in progress as Kotao feature-set is evolving.
44
44
45
45
To get the most recent version of kotao, you can build it from the sources. Clone the repository and then execute:
46
46
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.
48
55
49
-
You will then find the installation zip package with startup scripts in `build/distributions/kotao.zip`
0 commit comments