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