mirror of
https://github.com/janet-lang/janet
synced 2025-01-12 00:20:26 +00:00
Add instructions for Scoop installation.
This commit is contained in:
parent
c045eadefa
commit
f20ad34c76
11
README.md
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user