mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
style(readme): fix formatting of README.md
This commit is contained in:
13
README.md
13
README.md
@@ -39,7 +39,9 @@ https://hub.docker.com/r/fallenbagel/jellyseerr
|
|||||||
### Launching Jellyseerr manually:
|
### Launching Jellyseerr manually:
|
||||||
|
|
||||||
#### Windows
|
#### Windows
|
||||||
|
|
||||||
Pre-requisites:
|
Pre-requisites:
|
||||||
|
|
||||||
- Nodejs (atleast LTS version)
|
- Nodejs (atleast LTS version)
|
||||||
- Yarn
|
- Yarn
|
||||||
- Download the source code from the github (Either develop branch or main for stable)
|
- Download the source code from the github (Either develop branch or main for stable)
|
||||||
@@ -52,7 +54,9 @@ yarn start
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Linux
|
#### Linux
|
||||||
|
|
||||||
Pre-requisites:
|
Pre-requisites:
|
||||||
|
|
||||||
- Nodejs (atleast LTS version)
|
- Nodejs (atleast LTS version)
|
||||||
- Yarn
|
- Yarn
|
||||||
- Git
|
- Git
|
||||||
@@ -65,11 +69,13 @@ yarn run build
|
|||||||
yarn start
|
yarn start
|
||||||
```
|
```
|
||||||
|
|
||||||
*Systemd-service:*
|
_Systemd-service:_
|
||||||
* assuming jellyseerr was cloned to `/opt/`
|
|
||||||
and the environmentfile is located at `/etc/jellyseerr`
|
- assuming jellyseerr was cloned to `/opt/`
|
||||||
|
and the environmentfile is located at `/etc/jellyseerr`
|
||||||
|
|
||||||
service:
|
service:
|
||||||
|
|
||||||
```
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Jellyseerr Service
|
Description=Jellyseerr Service
|
||||||
@@ -89,6 +95,7 @@ WantedBy=multi-user.target
|
|||||||
```
|
```
|
||||||
|
|
||||||
Environmentfile:
|
Environmentfile:
|
||||||
|
|
||||||
```
|
```
|
||||||
# Jellyseerr's default port is 5055, if you want to use both, change this.
|
# Jellyseerr's default port is 5055, if you want to use both, change this.
|
||||||
# specify on which port to listen
|
# specify on which port to listen
|
||||||
|
|||||||
Reference in New Issue
Block a user