From f583b2e3e669fc2335c9c2f67aa88abb95d1c4cb Mon Sep 17 00:00:00 2001 From: He4eT Date: Thu, 29 May 2025 11:02:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b296314..a3fa5be 100644 --- a/README.md +++ b/README.md @@ -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. ```sh -npm install --only=production +npm install --omit=dev npm run build npm run start ```