File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,19 @@ sudo ln -s /usr/bin/kotlinc /usr/share/kotlin/bin/kotlinc
150150The problem should be fixed in the Kotlin package for ArchLinux. See more in the Github issue: +
151151https://github.com/kscripting/kscript/issues/371
152152
153+ === Installation on Windows
154+
155+ On Windows, `kscript` is available through
156+ the https://github.com/ScoopInstaller/Extras/blob/master/bucket/kscript.json[Scoop Extras bucket]. Use the following commands to install:
157+
158+ [source,powershell]
159+ ----
160+ scoop bucket add extras
161+ scoop install kscript
162+ ----
163+
164+ To install `scoop` use the https://github.com/ScoopInstaller/Install[official guide].
165+
153166=== Build it yourself
154167
155168To build `kscript` yourself, simply clone the repo and do
You can’t perform that action at this time.
0 commit comments