You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ The bot uses two binaries:
15
15
16
16
To set up the working environment, create a directory with the following items:
17
17
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.
19
19
-`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.)
20
20
-`db.sqlite`: You can just `touch` this, but the bot needs to be able to write to it.
21
21
(Legacy note: you don't need `fonts` anymore because we use `typst-assets` now.)
0 commit comments