diff --git a/README.md b/README.md index 86f677a3..1ef0332d 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: