Update README.md

This links to a file supplied by my today's PR
This commit is contained in:
slrslr 2024-05-05 11:31:17 +00:00 committed by GitHub
parent 5cbaef0516
commit 4eb81bfbd3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -953,6 +953,13 @@ cd Jackett/src
dotnet publish Jackett.Server -f net6.0 --self-contained -r linux-x64 -c Debug # takes care of everything
./Jackett.Server/bin/Debug/net6.0/linux-x64/jackett # run jackett
```
## Unistallation
### on Linux
```wget https://raw.githubusercontent.com/Jackett/Jackett/master/uninstall_service_systemd.sh --quiet -O -|sudo bash```
### on macOS
```curl -sSL https://raw.githubusercontent.com/Jackett/Jackett/master/uninstall_jackett_macos| bash```
## Screenshots