From c567eb0926812a5153ebddd2e81650a44df08548 Mon Sep 17 00:00:00 2001 From: Fatih Arslan Date: Sat, 8 Feb 2014 11:54:59 -0800 Subject: [PATCH] Update README.md Installation needs permission --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 899425a74..be0c1223d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ using the following commands: ```sh $ wget http://downloads.drone.io/latest/drone.deb -$ dpkg -i drone.deb +$ sudo dpkg -i drone.deb $ sudo start drone ```