Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/kubectlplugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The `openunison-cli` plugin makes it easier to access your clusters using OpenUn
The easiest way to deploy is using the [krew](https://krew.sh/) plugin manager:

```sh
k krew install --manifest-url=https://nexus.tremolo.io/repository/openunison-cli/openunison-cli.yaml
kubectl krew install --manifest-url=https://nexus.tremolo.io/repository/openunison-cli/openunison-cli.yaml
```

## Manual Installation
Expand All @@ -19,7 +19,7 @@ You can also manually download and install the plugins by adding them to your pa
```sh
wget https://nexus.tremolo.io/repository/openunison-cli/openunison-cli-v1.0.0-macos.zip
unzip openunison-cli-v1.0.0-macos.zip
mv openunison-cli kubectl-openunison-cli
mv openunison-cli kubectl-openunison_cli
```

Downloads are available for:
Expand Down