docs/installation: mention optionality

This commit is contained in:
Enrico Ros
2024-05-06 22:26:40 -07:00
parent 0ec3e83518
commit 97858a3c94
+3 -3
View File
@@ -47,10 +47,10 @@ the same steps 1 and 2 as for [local development](#local-development).
# .. repeat the steps above up to `npm install`, then:
npm run build
```
4. Start the production server:
4. Start the production server (`npx` may be optional):
```bash
npx next start --port 3000
```
npx next start --port 3000
```
Your big-AGI production instance is on `http://localhost:3000`.
### Advanced Customization