Browse Source

Add missing newline for bash code example

Signed-off-by: Zhou Xinzi <imdreamrunner@gmail.com>
Xinzi Zhou 10 years ago
parent
commit
ed7907a988
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/sources/installation/ubuntulinux.md

+ 2 - 1
docs/sources/installation/ubuntulinux.md

@@ -105,7 +105,8 @@ install Docker using the following:
 
 
 	 If `wget` isn't installed, install it after updating your manager:
 	 If `wget` isn't installed, install it after updating your manager:
 
 
-		$ sudo apt-get update $ sudo apt-get install wget
+		$ sudo apt-get update
+		$ sudo apt-get install wget
 
 
 3. Get the latest Docker package.
 3. Get the latest Docker package.