Skip to content

Commit

Permalink
Prefixed manual symlink with sudo
Browse files Browse the repository at this point in the history
/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 .
  • Loading branch information
nickanderson committed Jan 26, 2021
1 parent db1f671 commit c6d5abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c6d5abe

Please sign in to comment.