Merge pull request #1258 from stevenh/patch-1

Correct repository details for ubuntu install
This commit is contained in:
Misty Stanley-Jones
2017-01-20 11:37:05 -08:00
committed by GitHub

View File

@@ -93,8 +93,8 @@ Docker from the repository.
```bash
$ sudo add-apt-repository \
"deb https://apt.dockerproject.org/repo/pool/ \
$(lsb_release -cs) \
"deb https://apt.dockerproject.org/repo/ \
ubuntu-$(lsb_release -cs) \
main"
```