Skip to content

Commit 19dc2fb

Browse files
authored
Document worker path config
1 parent a0d2b63 commit 19dc2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The bot uses two binaries:
1515

1616
To set up the working environment, create a directory with the following items:
1717

18-
- `worker`: The worker binary, copied/hardlinked from the target directory after building.
18+
- `worker`: The worker binary, copied/hardlinked from the target directory after building. If you put the worker somewhere else, you can set `TYPST_BOT_WORKER_PATH` to it.
1919
- `bot`: The bot binary, copied/hardlinked from the target directory after building. (This doesn't need to be in this directory, but having everything in one place simplifies things.)
2020
- `db.sqlite`: You can just `touch` this, but the bot needs to be able to write to it.
2121
(Legacy note: you don't need `fonts` anymore because we use `typst-assets` now.)

0 commit comments

Comments
 (0)