Fix Markdown; no need to install curl twice

This commit is contained in:
Cliff Woolley 2017-02-11 11:28:45 -08:00 committed by GitHub
parent a3dd8ff96e
commit 5ad417ad37
1 changed files with 2 additions and 3 deletions

View File

@ -64,13 +64,12 @@ Docker from the repository.
1. Install packages to allow `apt` to use a repository over HTTPS: 1. Install packages to allow `apt` to use a repository over HTTPS:
```bash ```bash
$ sudo apt-get -y --no-install-recommends install \ $ sudo apt-get install -y --no-install-recommends \
curl \
apt-transport-https \ apt-transport-https \
ca-certificates \ ca-certificates \
curl \ curl \
software-properties-common software-properties-common
``` ```
2. Add Docker's official GPG key: 2. Add Docker's official GPG key: