Browse Source

Fix upgrade command

Signed-off-by: Weiyang Zhu <cnresonant@gmail.com>
Weiyang Zhu 9 years ago
parent
commit
a80c404cc6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/installation/linux/ubuntulinux.md

+ 1 - 1
docs/installation/linux/ubuntulinux.md

@@ -421,7 +421,7 @@ to start the docker daemon on boot
 
 
 To install the latest version of Docker with `apt-get`:
 To install the latest version of Docker with `apt-get`:
 
 
-    $ apt-get upgrade docker-engine
+    $ sudo apt-get upgrade docker-engine
 
 
 ## Uninstallation
 ## Uninstallation