From 1603d3085f15fc07711d896dc64cc4e748b294d1 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Sat, 4 May 2024 22:16:12 +0300 Subject: [PATCH] Docs: fix command to run local build --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index c7afcbe25..536b9c1bc 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -49,7 +49,7 @@ the same steps 1 and 2 as for [local development](#local-development). ``` 4. Start the production server: ```bash - next start --port 3000 + npx next start --port 3000 ``` Your big-AGI production instance is on `http://localhost:3000`. @@ -116,4 +116,4 @@ Join our vibrant community of developers, researchers, and AI enthusiasts. Share - [Discord Community](https://discord.gg/MkH4qj2Jp9) - [Twitter](https://twitter.com/yourusername) -For any questions or inquiries, please don't hesitate to [reach out to our team](mailto:hello@big-agi.com). \ No newline at end of file +For any questions or inquiries, please don't hesitate to [reach out to our team](mailto:hello@big-agi.com).