From 336dee3db291a20881502f5c0d91e80d8b6c7174 Mon Sep 17 00:00:00 2001 From: Jesse Wierzbinski Date: Fri, 8 Dec 2023 15:56:03 -1000 Subject: [PATCH] chore: Mention that CLI usage is different in built version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 36bc4642..41e309a9 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,8 @@ Lysand includes a built-in CLI for managing the server. To use it, simply run th bun cli ``` +If you are running a production build, you will need to run `bun run dist/cli.js` or `./entrypoint.sh cli` instead. + You can use the `help` command to see a list of available commands. These include creating users, deleting users and more. #### Scripting with the CLI