File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ sudo mkdir -p /opt/jellyseerr && cd /opt/jellyseerr
26
26
``` bash
27
27
git clone https://github.com/Fallenbagel/jellyseerr.git
28
28
cd jellyseerr
29
- git checkout develop # by default, you are on the develop branch so this step is not necessary
29
+ git checkout main
30
30
```
31
31
3 . Install the dependencies:
32
32
``` bash
@@ -58,9 +58,6 @@ PORT=5055
58
58
# # specify on which interface to listen, by default jellyseerr listens on all interfaces
59
59
# HOST=127.0.0.1
60
60
61
- # # Uncomment if your media server is emby instead of jellyfin.
62
- # JELLYFIN_TYPE=emby
63
-
64
61
# # Uncomment if you want to force Node.js to resolve IPv4 before IPv6 (advanced users only)
65
62
# FORCE_IPV4_FIRST=true
66
63
```
@@ -203,7 +200,7 @@ cd C:\jellyseerr
203
200
2 . Clone the Jellyseerr repository and checkout the develop branch:
204
201
``` powershell
205
202
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
207
204
```
208
205
3 . Install the dependencies:
209
206
``` powershell
You can’t perform that action at this time.
0 commit comments