diff --git a/README.md b/README.md index 4a6b9b2..48f65c0 100644 --- a/README.md +++ b/README.md @@ -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