From 0da1c7fb965e7e09b73dda7b094ae73966417ddb Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Mon, 25 Jul 2022 18:16:13 -0400 Subject: [PATCH] docs: update installation methods --- .gitignore | 5 +++++ README.md | 12 ++++++++++++ 2 files changed, 17 insertions(+) diff --git a/.gitignore b/.gitignore index 7ef7517..7720c9f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,8 @@ test # Binaries gum + +dist +testdata +completions/ +manpages/ \ No newline at end of file diff --git a/README.md b/README.md index 7634edc..f0d16a6 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,18 @@ pacman -S gum # Nix nix-env -iA nixpkgs.gum + +# Debian/Ubuntu +echo 'deb [trusted=yes] https://repo.charm.sh/apt/ * *' | sudo tee /etc/apt/sources.list.d/charm.list +sudo apt update && sudo apt install gum + +# Fedora +echo '[charm] +name=Charm +baseurl=https://repo.charm.sh/yum/ +enabled=1 +gpgcheck=0' | sudo tee /etc/yum.repos.d/charm.repo +sudo yum install gum ``` Or download it: