浏览代码

Merge pull request #11745 from imdreamrunner/patch-1

Add missing newline for bash code example
Tibor Vass 10 年之前
父节点
当前提交
8d62e12f4d
共有 1 个文件被更改,包括 2 次插入1 次删除
  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.