Merge pull request #309 from dgvigil/master

Moving sudo command after echo pipe for Ubuntu install
This commit is contained in:
John Mulhausen 2016-10-22 13:25:47 -07:00 committed by GitHub
commit 802121e482
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ packages from the Docker repository:
for the placeholder `<REPO>`.
```bash
$ sudo echo "<REPO>" > /etc/apt/sources.list.d/docker.list
$ echo "<REPO>" | sudo tee /etc/apt/sources.list.d/docker.list
```
7. Update the `APT` package index.