From 8a8250904b296d80526068f879c1ac846e7f5d8e Mon Sep 17 00:00:00 2001 From: yggdr Date: Sun, 20 May 2018 23:28:06 +0200 Subject: [PATCH] FreeBSD: add install via ports/packages --- Installation.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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