aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-03-23 23:27:13 -0400
committerCalvin Rose <calsrose@gmail.com>2019-03-23 23:27:13 -0400
commitf20ad34c7677971fa9dcd7e5d976a19eba9cc168 (patch)
treec826d23a2383c809cd2b19ffa4411dd3d506ae01 /README.md
parentUpdate changelog. (diff)
Add instructions for Scoop installation.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 60062100..54978363 100644
--- a/README.md
+++ b/README.md
@@ -82,6 +82,17 @@ Janet is prebuilt for a few systems, but if you want to develop janet, run janet
get the latest, you must build janet from source. Janet is in alpha and may change
in backwards incompatible ways.
+### Windows
+
+On Windows, the easiest way to install is via the [scoop](https://scoop.sh)
+package manager. You will first need to add the janet-lang bucket, and then you can install janet
+normally.
+
+```
+scoop bucket add janet-lang https://github.com/janet-lang/scoop
+scoop install janet
+```
+
## Usage
A repl is launched when the binary is invoked with no arguments. Pass the -h flag