Merge pull request #1271 from bmiro/patch-1

FIX  repo URL at add-apt-repository
This commit is contained in:
Misty Stanley-Jones 2017-01-20 09:14:51 -08:00 committed by GitHub
commit e793af460b
1 changed files with 2 additions and 2 deletions

View File

@ -116,8 +116,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/ \
debian-$(lsb_release -cs) \
main"
```