1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Add missing newline for bash code example

Signed-off-by: Zhou Xinzi <imdreamrunner@gmail.com>
This commit is contained in:
Xinzi Zhou 2015-03-25 18:10:33 +08:00 committed by Zhou Xinzi
parent 65584318d2
commit ed7907a988

View file

@ -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.