Fix notary download command

Fixes #2499
This commit is contained in:
Joao Fernandes 2017-03-27 15:43:35 -07:00 committed by Joao Fernandes
parent 0f951a3466
commit 5ffef355a1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ latest version](https://github.com/docker/notary/releases). As an example:
```bash ```bash
# Get the latest binary # Get the latest binary
curl <download-url> -o notary curl -L <download-url> -o notary
# Make it executable # Make it executable
chmod +x notary chmod +x notary