From 5c360cae3235984039c0ae0f99fd4b63a7525dae Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Sun, 7 Apr 2024 11:39:19 +0200 Subject: [PATCH] docs: add install instructions to Exherbo Linux in README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b1f29a..66e6e08 100644 --- a/README.md +++ b/README.md @@ -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`.