diff --git a/Installation.md b/Installation.md index 869c065..72f7db9 100644 --- a/Installation.md +++ b/Installation.md @@ -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