Skip to content

Commit

Permalink
Add Scoop command (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncharaf authored Aug 4, 2023
1 parent 92e5b5f commit 11c19c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ this new Go implementation by downloading the binaries from the [**Releases page
- [with apt (Debian)](#apt-debian)
- [with pacman (Arch Linux)](#pacman-arch-linux)
- [with Chocolatey (Windows)](#windows-installation-using-chocolatey)
- [Windows Installation (using Scoop)](#windows-installation-using-scoop)
- [with winget (Windows)](#windows-installation-using-winget)
- [manually (macOS & Linux)](#manual-installation-macos-and-linux)

Expand Down Expand Up @@ -148,6 +149,14 @@ Available as packages on [Chocolatey](https://chocolatey.org/why-chocolatey)
choco install kubens kubectx
```

### Windows Installation (using Scoop)

Available as packages on [Scoop](https://scoop.sh/)
```pwsh
scoop bucket add main
scoop install main/kubens main/kubectx
```

### Windows Installation (using winget)

Available as packages on [winget](https://learn.microsoft.com/en-us/windows/package-manager/)
Expand Down

0 comments on commit 11c19c0

Please sign in to comment.