From c1424634fb070503e4c0d0e4f6bf1c1f57bb32be Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Wed, 2 Nov 2022 03:31:47 +0500 Subject: [PATCH] fix the git clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b106a8850..d07721c77 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Pre-requisites: - Git ```bash -git clone https://github.com/jellyseerr.git && cd jellyseerr +git clone https://github.com/Fallenbagel/jellyseerr.git && cd jellyseerr git checkout main #if you want to run stable instead of develop yarn install yarn run build