This commit is contained in:
David Legrand 2024-05-03 11:03:24 +02:00 committed by GitHub
commit 61a57e0839
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
@ -101,7 +105,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`.