Procházet zdrojové kódy

Fix Ubuntu instalation doc.

Formatting, break `sudo ...` command into 2 lines.

Signed-off-by: Charles Chan <charleswhchan@users.noreply.github.com>
Charles Chan před 9 roky
rodič
revize
6b16c154f5
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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