From 8faacf9eaab2ebf36ccaacc9cd69edce074a6551 Mon Sep 17 00:00:00 2001 From: ze0s Date: Tue, 2 Aug 2022 00:17:16 +0200 Subject: [PATCH] docs: increment supported indexers number --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1085fb4..c146bfc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Installation guide and documentation can be found at https://autobrr.com ## Key features -- Support for 37+ trackers with IRC announces +- Support for 40+ trackers with IRC announces - Torznab/RSS support via Prowlarr to easily get access to hundreds of trackers - Powerful but simple filtering with RegEx support (like in autodl-irssi) - Easy to use and mobile friendly web UI (with dark mode!) to manage everything @@ -188,7 +188,7 @@ WantedBy=multi-user.target Start the service. Enable will make it startup on reboot. ```bash -systemctl enable -q --now autobrr +systemctl enable -q --now --user autobrr ``` It's highly advised to put it behind a reverse-proxy like nginx or traefik etc.