docs: add install instructions to Exherbo Linux in README.md

This commit is contained in:
David Legrand 2024-04-07 11:39:19 +02:00 committed by GitHub
parent 1a0111eaff
commit 5c360cae32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,10 @@ brew install gum
# Arch Linux (btw)
pacman -S gum
# Exherbo Linux
cave resolve -x repository/CleverCloud
cave resolve -x gum
# Nix
nix-env -iA nixpkgs.gum
@ -100,7 +104,6 @@ go install github.com/charmbracelet/gum@latest
* [`write`](#write): Prompt for long-form text
* [`log`](#log): Log messages to output
## Customization
You can customize `gum` options and styles with `--flags` and `$ENVIRONMENT_VARIABLES`.