We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91af99e commit 349305dCopy full SHA for 349305d
README.md
@@ -105,7 +105,7 @@ docker logs abeille
105
2. Install bun from [Bun website](https://bun.sh/)
106
3. Copy and rename `.env.template` to `.env.local` and complete variables (see [Environment Variables](#environment-variables) configuration)
107
4. Run `bun install` to install dependencies
108
-5. Run `bun dev` to start your bot
+5. Run `bun dev` to start your bot (or `docker compose up --build`)
109
110
### Updating project
111
0 commit comments