diff --git a/docs/SETUP.md b/docs/SETUP.md index f22d2c6..9d98a06 100644 --- a/docs/SETUP.md +++ b/docs/SETUP.md @@ -22,11 +22,12 @@ ``` 4. Run the application: ```bash - bun run dev + bun --bun run dev ``` -5. Build the application: + +(ONLY FOR PRODUCTION!!) Build the application: ```bash - bun run build + bun --bun run build ``` ## Accessing the Application - The application is now running at `http://localhost:3000`.