From b77a69e6349f145b29cb13f2532ca4824544bde7 Mon Sep 17 00:00:00 2001 From: scambier Date: Tue, 25 Jun 2024 13:39:01 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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