From d4600635e1efad5e619d4f7fadd57981bc07c524 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 24 Sep 2012 17:35:13 +0200 Subject: [PATCH] Use sudo in readme. Thanks jbillo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0e4222..91223f1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Linux (ubuntu / debian): * 'cd' to the folder of your choosing. * Run `git clone https://github.com/RuudBurger/CouchPotatoServer.git` * Then do `python CouchPotatoServer/CouchPotato.py` to start -* To run on boot copy the init script. `cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato` -* Change the paths inside the init script. `nano /etc/init.d/couchpotato` -* Make it executable. `chmod +x /etc/init.d/couchpotato` +* To run on boot copy the init script. `sudo cp CouchPotatoServer/init/ubuntu /etc/init.d/couchpotato` +* Change the paths inside the init script. `sudo nano /etc/init.d/couchpotato` +* Make it executable. `sudo chmod +x /etc/init.d/couchpotato` * Add it to defaults. `sudo update-rc.d couchpotato defaults`