Update README.md
This commit is contained in:
@@ -34,16 +34,18 @@ The `YOUR_INSTANCE` value must not have the trailing slash (e.g: `https://hachyd
|
||||
|
||||
- Clone this repository
|
||||
- Install Janet and jpm https://janet-lang.org/
|
||||
- `jpm deps --local`
|
||||
|
||||
```sh
|
||||
$ janet main.janet YOUR_INSTANCE YOUR_APP_TOKEN
|
||||
# Install dependencies locally with -l (--local)
|
||||
$ jpm deps -l
|
||||
# Tell jpm that our dependencies are local, before starting the script
|
||||
$ jpm -l janet main.janet YOUR_INSTANCE YOUR_APP_TOKEN
|
||||
```
|
||||
|
||||
## Build binary
|
||||
|
||||
```sh
|
||||
$ jpm build
|
||||
$ jpm build -l
|
||||
```
|
||||
|
||||
## LICENSE
|
||||
|
||||
Reference in New Issue
Block a user