Browse Source

Merge pull request #16268 from charleswhchan/fix-ubuntu-doc

Fix Ubuntu instalation doc.
Sebastiaan van Stijn 9 years ago
parent
commit
25eb101624
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/installation/ubuntulinux.md

+ 2 - 1
docs/installation/ubuntulinux.md

@@ -323,7 +323,8 @@ NetworkManager (this might slow your network).
 
 
 4. Restart both the NetworkManager and Docker.
 4. Restart both the NetworkManager and Docker.
 
 
-        $ sudo restart network-manager $ sudo restart docker
+        $ sudo restart network-manager 
+        $ sudo restart docker
 
 
 ### Configure Docker to start on boot
 ### Configure Docker to start on boot