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
Once Maven and Kotlin are ready, you can install `kscript` with
33
32
```
33
+
sdk install kscript
34
+
```
35
+
34
36
35
37
To test your installation simply run
36
38
```bash
@@ -42,6 +44,14 @@ kscript --help
42
44
kscript --self-update
43
45
```
44
46
47
+
#### Installation without `sdkman`
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 with:
0 commit comments