Browse Source

Merge pull request #965 from freegenie/patch-1

* Documentation: use sudo for quick install script
Solomon Hykes 12 years ago
parent
commit
89ae56820a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -97,7 +97,7 @@ Quick install on Ubuntu 12.04 and 12.10
 ---------------------------------------
 
 ```bash
-curl get.docker.io | sh -x
+curl get.docker.io | sudo sh -x
 ```
 
 Binary installs