From 49c11973d6ea2f7185eb2a72a356d929a1ae67a5 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 7 Oct 2025 13:25:57 +0200 Subject: [PATCH] doc: update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c729c2639..9b9cdb557 100644 --- a/README.md +++ b/README.md @@ -10,24 +10,24 @@ Stremio is a modern media center that's a one-stop solution for your video enter ### Prerequisites * Node.js 12 or higher -* npm 6 or higher +* [pnpm](https://pnpm.io/installation) 10 or higher ### Install dependencies ```bash -npm install +pnpm install ``` ### Start development server ```bash -npm start +pnpm start ``` ### Production build ```bash -npm run build +pnpm run build ``` ## Screenshots