Skip to content

Commit 59b7859

Browse files
authored
docs(buildfromsource): remove references to develop (#1173)
1 parent 0491a04 commit 59b7859

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/getting-started/buildfromsource.mdx

+2-5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ sudo mkdir -p /opt/jellyseerr && cd /opt/jellyseerr
2626
```bash
2727
git clone https://github.com/Fallenbagel/jellyseerr.git
2828
cd jellyseerr
29-
git checkout develop # by default, you are on the develop branch so this step is not necessary
29+
git checkout main
3030
```
3131
3. Install the dependencies:
3232
```bash
@@ -58,9 +58,6 @@ PORT=5055
5858
## specify on which interface to listen, by default jellyseerr listens on all interfaces
5959
#HOST=127.0.0.1
6060

61-
## Uncomment if your media server is emby instead of jellyfin.
62-
# JELLYFIN_TYPE=emby
63-
6461
## Uncomment if you want to force Node.js to resolve IPv4 before IPv6 (advanced users only)
6562
# FORCE_IPV4_FIRST=true
6663
```
@@ -203,7 +200,7 @@ cd C:\jellyseerr
203200
2. Clone the Jellyseerr repository and checkout the develop branch:
204201
```powershell
205202
git clone https://github.com/Fallenbagel/jellyseerr.git .
206-
git checkout develop # by default, you are on the develop branch so this step is not necessary
203+
git checkout main
207204
```
208205
3. Install the dependencies:
209206
```powershell

0 commit comments

Comments
 (0)