From 0c83ed209118ac1a03614dc1f430c720fe106bf5 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Thu, 19 Dec 2024 07:11:56 +0100 Subject: [PATCH] docs(README): add Arch Linux installation instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index de9c655..63934f2 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ A Terminal User Interface (TUI) for monitoring Logstash 🪵 ## Installation +### Arch Linux +[tuistash](https://aur.archlinux.org/packages/tuistash) is available as a package in the AUR. +You can install it using an AUR helper (e.g. `paru`): +```shell +paru -S tuistash +``` + ### Homebrew ```shell brew tap edmocosta/homebrew-tap