mirror of https://github.com/docker/docs.git
Update configure-your-notary-client.md
This commit is contained in:
parent
b12c78e11d
commit
6883f4a9f8
|
@ -41,7 +41,7 @@ curl -L <download-url> -o notary
|
|||
# Make it executable
|
||||
chmod +x notary
|
||||
|
||||
# Move it to a location in your path
|
||||
# Move it to a location in your path. Use the -Z option if you're using SELinux.
|
||||
sudo mv -Z notary /usr/bin/
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue