From 9aee6303928b29160b8fc03bbbe6208154ee05c3 Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Tue, 25 Oct 2022 03:47:08 +0500 Subject: [PATCH] update instructions to include steps for stable version --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f3f68d1..016e83fa7 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ https://hub.docker.com/r/fallenbagel/jellyseerr Pre-requisites: - Nodejs - Yarn +- Download the source code from the github (Either develop branch or main for stable) ```bash npm i -g win-node-env @@ -57,7 +58,8 @@ Pre-requisites: - Git ```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 run build yarn start