Skip to content

Commit

Permalink
NT use sudo to install
Browse files Browse the repository at this point in the history
  • Loading branch information
YNedderhoff committed Dec 19, 2022
1 parent b924ac3 commit 0b992c4
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 0b992c4

Please sign in to comment.