From c6d5abe4b652e0e356aeeaaa1d5f5965b10b3dd3 Mon Sep 17 00:00:00 2001 From: Nick Anderson Date: Tue, 26 Jan 2021 13:50:25 -0600 Subject: [PATCH] Prefixed manual symlink with sudo /usr/local/bin usually requires elevated privileges to modify. > $ ls -al /usr/local/bin/. | head -n 2 total 44812 drwxr-xr-x 3 root root 4096 Jan 26 13:47 . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19177d7..673793b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Clone `cfengine/core` repo where you want, and then symlink, like this: ``` $ git clone https://github.com/cfengine/cf-remote.git -$ ln -s `pwd`/cf-remote/cf_remote/__main__.py /usr/local/bin/cf-remote +$ sudo ln -s `pwd`/cf-remote/cf_remote/__main__.py /usr/local/bin/cf-remote ``` Install dependencies: