Skip to content

Commit 59214cc

Browse files
authored
Add scoop installation doc (#392)
1 parent 18d733f commit 59214cc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,19 @@ sudo ln -s /usr/bin/kotlinc /usr/share/kotlin/bin/kotlinc
150150
The problem should be fixed in the Kotlin package for ArchLinux. See more in the Github issue: +
151151
https://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

155168
To build `kscript` yourself, simply clone the repo and do

0 commit comments

Comments
 (0)