From 59b7859f7f4e1e595d7f0f5932f6e87c62051a2f Mon Sep 17 00:00:00 2001 From: Fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:39:29 +0800 Subject: [PATCH] docs(buildfromsource): remove references to develop (#1173) --- docs/getting-started/buildfromsource.mdx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/getting-started/buildfromsource.mdx b/docs/getting-started/buildfromsource.mdx index c22ff23af..f1de1a6d9 100644 --- a/docs/getting-started/buildfromsource.mdx +++ b/docs/getting-started/buildfromsource.mdx @@ -26,7 +26,7 @@ sudo mkdir -p /opt/jellyseerr && cd /opt/jellyseerr ```bash git clone https://github.com/Fallenbagel/jellyseerr.git cd jellyseerr -git checkout develop # by default, you are on the develop branch so this step is not necessary +git checkout main ``` 3. Install the dependencies: ```bash @@ -58,9 +58,6 @@ PORT=5055 ## specify on which interface to listen, by default jellyseerr listens on all interfaces #HOST=127.0.0.1 -## Uncomment if your media server is emby instead of jellyfin. -# JELLYFIN_TYPE=emby - ## Uncomment if you want to force Node.js to resolve IPv4 before IPv6 (advanced users only) # FORCE_IPV4_FIRST=true ``` @@ -203,7 +200,7 @@ cd C:\jellyseerr 2. Clone the Jellyseerr repository and checkout the develop branch: ```powershell git clone https://github.com/Fallenbagel/jellyseerr.git . -git checkout develop # by default, you are on the develop branch so this step is not necessary +git checkout main ``` 3. Install the dependencies: ```powershell