update instructions to include steps for stable version

This commit is contained in:
Fallenbagel
2022-10-25 03:47:08 +05:00
committed by GitHub
parent 6b50f77624
commit 9aee630392

View File

@@ -42,6 +42,7 @@ https://hub.docker.com/r/fallenbagel/jellyseerr
Pre-requisites: Pre-requisites:
- Nodejs - Nodejs
- Yarn - Yarn
- Download the source code from the github (Either develop branch or main for stable)
```bash ```bash
npm i -g win-node-env npm i -g win-node-env
@@ -57,7 +58,8 @@ Pre-requisites:
- Git - Git
```bash ```bash
git clone https://github.com/jellyseerr.git git clone https://github.com/jellyseerr.git && cd jellyseerr
git checkout main #if you want to run stable instead of develop
yarn install yarn install
yarn run build yarn run build
yarn start yarn start