Skip to content

Commit

Permalink
Merge pull request #4 from YNedderhoff/NT-use-sudo-for-install
Browse files Browse the repository at this point in the history
NT use sudo to install
  • Loading branch information
b-0-b authored Dec 19, 2022
2 parents b924ac3 + 0b992c4 commit 8cca9aa
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 @@ -8,7 +8,7 @@ anything other than what's absolutely necessary to perform the release.
To install the binary you can run this script on your machine

```
curl --silent https://raw.githubusercontent.com/BrandwatchLtd/kuber-cli-release/master/install.sh | bash -s - -b /usr/local/bin
curl --silent https://raw.githubusercontent.com/BrandwatchLtd/kuber-cli-release/master/install.sh | sudo bash -s - -b /usr/local/bin
```

Note: in order to install the binary to another location change `/usr/local/bin` to the path of your choice

0 comments on commit 8cca9aa

Please sign in to comment.