This commit is contained in:
Simon Cambier 2024-06-23 11:02:11 +02:00
parent 5f700d93d3
commit 31a71b188e

View File

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