1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-03-11 14:47:44 +00:00

No need to create the data-directory or set proper ownership, the sonarr port does this for you know in the rc.d file.

Joshua Ruehlig 2016-01-31 21:18:33 -08:00
parent f7451707d9
commit ea99e2bbb5

@ -1,9 +1,7 @@
If you are using a modern FreeBSD, just try these commands first (as root), which will install Sonarr through the package manager:
```
pkg install sonarr
mkdir /usr/local/sonarr
chown sonarr /usr/local/sonarr
echo 'sonarr_enable="YES"' | tee -a /etc/rc.conf
sysrc 'sonarr_enable=YES'
service sonarr start
```