Update configure-your-notary-client.md

This commit is contained in:
Anne Henmi 2018-09-24 13:23:08 -06:00 committed by GitHub
parent b12c78e11d
commit 6883f4a9f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/
```