From f20ad34c7677971fa9dcd7e5d976a19eba9cc168 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 23 Mar 2019 23:27:13 -0400 Subject: [PATCH] Add instructions for Scoop installation. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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