From 6c4cfc301a1043aefb24ba573216f994b1331757 Mon Sep 17 00:00:00 2001 From: Samidy Date: Thu, 12 Mar 2026 08:48:51 +0300 Subject: [PATCH] npm is alr with nodejs so dont see the point --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f85490b..57e3982 100644 --- a/README.md +++ b/README.md @@ -162,8 +162,7 @@ For development mode and advanced setups, see [DOCKER.md](DOCKER.md). #### Prerequisites -- [Node.js](https://nodejs.org/) (Version 20+ or 22+ recommended) -- [Bun](https://bun.sh/) or [npm](https://www.npmjs.com/) +- [Bun](https://bun.sh/) (Preferred) or [Node.js](https://nodejs.org/) (Version 20+ or 22+ recommended) #### Local Development @@ -179,7 +178,7 @@ For development mode and advanced setups, see [DOCKER.md](DOCKER.md). ```bash bun install # or - npm install + npm install # NPM is included with Node.js ``` 3. **Start the development server:**