doc: update README

This commit is contained in:
Tim 2025-10-07 13:25:57 +02:00
parent 4a9c0fe5b4
commit 49c11973d6

View file

@ -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