Add instructions for Scoop installation.

This commit is contained in:
Calvin Rose 2019-03-23 23:27:13 -04:00
parent c045eadefa
commit f20ad34c76
1 changed files with 11 additions and 0 deletions

View File

@ -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