diff --git a/README.md b/README.md index d914461..1ec295f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ -## Install dependencies +## Setup -`jpm deps --local +- Install Janet and jpm https://janet-lang.org/ +- `jpm deps --local` +- `mkdir -R bookmarks/attachments` +- Replace the `apptoken` value in `main.janet` -## Build +## Run + +`janet main.janet` + +## Build binary `jpm build`