Skip to content

Commit 44e7225

Browse files
authored
Update README.md (#287)
Small modification of sdkman install commands: source "$HOME/.sdkman/bin/sdkman-init.sh" (see https://sdkman.io/install).
1 parent ce9a74f commit 44e7225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Installation
4747

4848
To use `kscript` just Kotlin and Maven are required. To [install Kotlin](https://kotlinlang.org/docs/tutorials/command-line.html) we recommend [sdkman](http://sdkman.io/install):
4949
```
50-
curl -s "https://get.sdkman.io" | bash # install sdkman
51-
source ~/.bash_profile # add sdkman to PATH
50+
curl -s "https://get.sdkman.io" | bash # install sdkman
51+
source "$HOME/.sdkman/bin/sdkman-init.sh" # add sdkman to PATH
5252
53-
sdk install kotlin # install Kotlin
53+
sdk install kotlin # install Kotlin
5454
```
5555

5656
Once Kotlin is ready, you can install `kscript` with

0 commit comments

Comments
 (0)