mirror of https://github.com/docker/docs.git
parent
0f951a3466
commit
5ffef355a1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue