style(readme): fix formatting of README.md

This commit is contained in:
Fallenbagel
2022-10-26 08:43:08 +05:00
parent b1e9cdbea2
commit 9b07b10901

View File

@@ -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