Skip to content

Commit

Permalink
Merge pull request #25 from koralowiec/docs/info-about-nix-package
Browse files Browse the repository at this point in the history
docs: add info about Nix package in README
  • Loading branch information
keisku authored Apr 27, 2024
2 parents edfa9fc + e939c36 commit 52e9f8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,14 @@ kubectl krew install explore
kubectl explore --help
```

### Nix

The plugin is available in [nixpkgs](https://search.nixos.org/packages?query=kubectl-explore):

```bash
nix-env -iA nixpkgs.kubectl-explore
```

### Download the binary

Download the binary from [GitHub Releases](https://github.com/keisku/kubectl-explore/releases) and drop it in your `$PATH`.
Expand Down

0 comments on commit 52e9f8a

Please sign in to comment.