@@ -113,14 +113,14 @@ forget to update your `$PATH` accordingly.
113113On MacOS you can install ` kscript ` also with [ Homebrew] ( https://brew.sh/ )
114114
115115``` bash
116- brew install holgerbrandl /tap/kscript
116+ brew install kscripting /tap/kscript
117117```
118118
119119To upgrade to latest version
120120
121121``` bash
122122brew update
123- brew upgrade holgerbrandl /tap/kscript
123+ brew upgrade kscripting /tap/kscript
124124```
125125
126126#### Installation on Arch Linux
@@ -137,14 +137,15 @@ There is an uncommon directory layout of Kotlin package for Arch Linux, which ca
137137default Kotlin package.
138138Two workarounds for ArchLinux exists, which can be used to make 'kscript' working with ArchLinux:
139139
140- 1 . Manually create symlinks in the system:
140+ 1 . Manually create symlinks in the system...
141141
142142 ``` shell
143143 sudo mkdir /usr/share/kotlin/bin
144144 sudo ln -s /usr/bin/kotlin /usr/share/kotlin/bin/kotlin
145145 sudo ln -s /usr/bin/kotlinc /usr/share/kotlin/bin/kotlinc
146146 ```
147- 2. Install Kotlin using SdkMan:
147+
148+ 2. ...or install Kotlin using SdkMan:
148149 [Installation of SdkMan](# installation)
149150
150151The problem should be fixed in the Kotlin package for ArchLinux. See more in the Github issue:
@@ -158,7 +159,7 @@ To build `kscript` yourself, simply clone the repo and do
158159./gradlew assemble
159160
160161# # Run kscript from output dir
161- ./build/libs /kscript
162+ ./build/kscript/bin /kscript
162163` ` `
163164
164165# # Script Input Modes
0 commit comments