We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d733f commit 59214ccCopy full SHA for 59214cc
1 file changed
README.adoc
@@ -150,6 +150,19 @@ sudo ln -s /usr/bin/kotlinc /usr/share/kotlin/bin/kotlinc
150
The problem should be fixed in the Kotlin package for ArchLinux. See more in the Github issue: +
151
https://github.com/kscripting/kscript/issues/371
152
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
166
=== Build it yourself
167
168
To build `kscript` yourself, simply clone the repo and do
0 commit comments