Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): add installation for Arch Linux #575

Merged
merged 1 commit into from
Aug 9, 2024
Merged
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
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ It provides an easy-to-use interface for developers and operators to access impo
- [Features](#features)
- [Installation](#installation)
- [Homebrew on macOS and Linux](#homebrew-on-macos-and-linux)
- [Pacman on Arch Linux](#pacman-on-arch-linux)
- [Scoop on Windows](#scoop-on-windows)
- [WinGet on Windows](#winget-on-windows)
- [openSUSE Tumbleweed](#opensuse-tumbleweed)
Expand Down Expand Up @@ -77,6 +78,14 @@ Kubetui is available on homebrew, the package manager for macOS and Linux. Insta
brew install kubetui
```

### [Pacman](https://wiki.archlinux.org/title/pacman) on Arch Linux

Kubetui is available in the [official repositories](https://archlinux.org/packages/extra/x86_64/kubetui/). Install it by running the following command:

```shell
pacman -S kubetui
```

### [Scoop](https://scoop.sh/) on Windows

If you are using Windows with scoop, you can add the necessary buckets and install kubetui with the following commands:
Expand Down