janet-mastodon-bookmarks/README.md

16 lines
220 B
Markdown
Raw Normal View History

2024-06-23 11:02:11 +02:00
## Setup
2024-06-21 22:59:04 +02:00
2024-06-23 11:02:11 +02:00
- Install Janet and jpm https://janet-lang.org/
- `jpm deps --local`
- `mkdir -R bookmarks/attachments`
- Replace the `apptoken` value in `main.janet`
2024-06-21 22:59:04 +02:00
2024-06-23 11:02:11 +02:00
## Run
`janet main.janet`
## Build binary
2024-06-21 22:59:04 +02:00
`jpm build`