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

View File

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