Update README.md

This commit is contained in:
scambier 2024-06-25 13:39:01 +02:00
parent 1e448c3f31
commit b77a69e634

View File

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