From 84a97675dcb3625b2072ecf47b426809f3f662db Mon Sep 17 00:00:00 2001 From: jab416171 Date: Sat, 28 May 2022 18:14:57 -0600 Subject: [PATCH] Add manual install steps and aur package info --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3751765da..5b0bb2990 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,18 @@ With more features on the way! Check out our [issue tracker](https://github.com/ Check out our dockerhub for instructions on how to install and run Jellyseerr: https://hub.docker.com/r/fallenbagel/jellyseerr +### Launching Jellyseerr manually: + +```bash +yarn install +yarn run build +yarn start +``` + +### Packages: + +Archlinux: [AUR](https://aur.archlinux.org/jellyseerr) + ## Preview @@ -55,4 +67,4 @@ Our [Code of Conduct](https://github.com/fallenbagel/jellyseerr/blob/develop/COD ## Contributing -You can help improve Jellyseerr too! Check out our [Contribution Guide](https://github.com/fallenbagel/jellyseerr/blob/develop/CONTRIBUTING.md) to get started. \ No newline at end of file +You can help improve Jellyseerr too! Check out our [Contribution Guide](https://github.com/fallenbagel/jellyseerr/blob/develop/CONTRIBUTING.md) to get started.