From 3edd3e1a47523f4dbb88108117f33b93c1c13374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Sieroci=C5=84ski?= Date: Wed, 20 Aug 2025 01:54:44 +0200 Subject: [PATCH] docs: Add installation with gah (#1780) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 22630e90..98328d39 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ - [Snap](#snap) - [Solus](#solus) - [Void](#void) + - [gah](#gah) - [Homebrew](#homebrew) - [MacPorts](#macports) - [Chocolatey](#chocolatey) @@ -326,6 +327,14 @@ Available [in the void-packages repo](https://github.com/void-linux/void-package sudo xbps-install bottom ``` +### gah + +bottom can also be installed on Linux or macOS using [gah](https://github.com/marverix/gah): + +```bash +gah install bottom +``` + ### Homebrew Formula available [here](https://formulae.brew.sh/formula/bottom):