From a3c99062a817008107089e8a6399232855415595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 9 Aug 2024 15:22:40 +0300 Subject: [PATCH] docs(readme): add installation for Arch Linux --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 86f677a3f..1ef0332d3 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: