diff --git a/datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client.md b/datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client.md index 8887f08ac6..47bd692634 100644 --- a/datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client.md +++ b/datacenter/dtr/2.4/guides/user/access-dtr/configure-your-notary-client.md @@ -41,7 +41,7 @@ curl -L -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/ ```