From ed7907a988fe336711603e38c8b79d673e87c902 Mon Sep 17 00:00:00 2001 From: Xinzi Zhou Date: Wed, 25 Mar 2015 18:10:33 +0800 Subject: [PATCH] Add missing newline for bash code example Signed-off-by: Zhou Xinzi --- docs/sources/installation/ubuntulinux.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sources/installation/ubuntulinux.md b/docs/sources/installation/ubuntulinux.md index 85a37d768d..a7931c1ff0 100644 --- a/docs/sources/installation/ubuntulinux.md +++ b/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: - $ sudo apt-get update $ sudo apt-get install wget + $ sudo apt-get update + $ sudo apt-get install wget 3. Get the latest Docker package.