mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
update instructions to include steps for stable version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user