FreeBSD: add install via ports/packages

master
yggdr 6 years ago
parent 96e86e8dd1
commit 8a8250904b

@ -45,7 +45,13 @@ Download and extract the latest [release](https://github.com/Radarr/Radarr/relea
To run Radarr on startup, follow [this Wiki article](https://github.com/Radarr/Radarr/wiki/Autostart-on-Linux) relevent to your Distro.
### FreeBSD Jail
Before starting, find the latest *.linux.tar.gz* [release](https://github.com/Radarr/Radarr/releases) to use below. The example URL will *not* work.
Radarr is in FreeBSDs ports, so if you do not need the latest release, installing it can be achieved by a simple
```bash
pkg install radarr
```
(It comes with an rc-script).
Otherwise, you can install it manually. Before starting, find the latest *.linux.tar.gz* [release](https://github.com/Radarr/Radarr/releases) to use below. The example URL will *not* work.
```bash
pkg update && pkg upgrade

Loading…
Cancel
Save