From ea298b06dbeb0e3a23e8b65c629315dc19cd6906 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Wed, 15 Jul 2020 14:38:13 +0300 Subject: [PATCH] update README with npm commands --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2620409f5..ab504ee11 100644 --- a/README.md +++ b/README.md @@ -8,24 +8,24 @@ Stremio is a modern media center that's a one-stop solution for your video enter #### Prerequisites: * Node.js 10 or higher -* yarn __configured for use with GitHub Packages__ +* npm 6 or higher ### Install dependencies: ```bash -yarn install +npm install ``` ### Development: ```bash -yarn start +npm start ``` ### Production: ```bash -yarn build +npm run build ``` ## Screenshots