1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 14:17:19 +02:00

FreeBSD: add install via ports/packages

yggdr 2018-05-20 23:28:06 +02:00
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