From 6883f4a9f8a80c07ddde496e96fb470a86809fd7 Mon Sep 17 00:00:00 2001 From: Anne Henmi <41210220+ahh-docker@users.noreply.github.com> Date: Mon, 24 Sep 2018 13:23:08 -0600 Subject: [PATCH] Update configure-your-notary-client.md --- .../2.4/guides/user/access-dtr/configure-your-notary-client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ ```