From d74578ec662a5912965ad381a69b42d18292168d Mon Sep 17 00:00:00 2001 From: Ruud Date: Sun, 16 Mar 2014 17:54:57 +0100 Subject: [PATCH] FreeBSD guide update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1961688..10d3b77 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ FreeBSD : * Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git` * Then run `sudo python CouchPotatoServer/CouchPotato.py` to start for the first time * To run on boot copy the init script. `sudo cp CouchPotatoServer/init/freebsd /etc/rc.d/couchpotato` -* Change the paths inside the init script. `sudo vim /etc/init.d/couchpotato` +* Change the paths inside the init script. `sudo vim /etc/rc.d/couchpotato` * Make init script executable. `sudo chmod +x /etc/rc.d/couchpotato` * Add init to startup. `sudo echo 'couchpotato_enable="YES"' >> /etc/rc.conf` * Open your browser and go to: `http://server:5050/`