Update README.md

This commit is contained in:
He4eT 2025-05-29 11:02:00 +02:00
commit f583b2e3e6

View file

@ -160,7 +160,7 @@ will **override** those in the `.env` file.
If you prefer to run the server without Docker, you can use Node.js directly. If you prefer to run the server without Docker, you can use Node.js directly.
```sh ```sh
npm install --only=production npm install --omit=dev
npm run build npm run build
npm run start npm run start
``` ```