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
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ kscript --self-update
46
46
47
47
#### Installation without `sdkman`
48
48
49
-
If you have Kotlin and Maven already and you would like to install the latest `kscript` release to your `~/bin`without using `sdkman` you can do so by unzipping the [latest ](https://github.com/holgerbrandl/kscript/releases/latest) binary release.
49
+
If you have Kotlin and Maven already and you would like to install the latest `kscript` release without using `sdkman` you can do so by unzipping the [latest ](https://github.com/holgerbrandl/kscript/releases/latest) binary release. Don't forget to update your `$PATH` accordingly.
50
50
51
51
52
52
@@ -237,9 +237,24 @@ println("Hello from Kotlin with 5g of heap memory running in server mode!")
237
237
238
238
In order to use cygwin you need to use windows paths to provide your scripts. You can map cygwin paths using `cygpath`. Example
0 commit comments