Skip to content

Commit

Permalink
Merge pull request #2 from nickanderson/master
Browse files Browse the repository at this point in the history
Prefixed manual symlink with sudo
  • Loading branch information
olehermanse authored Jan 27, 2021
2 parents 5214bd5 + c6d5abe commit 344889a
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/cf-remote` 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 344889a

Please sign in to comment.