docs: update installation methods

This commit is contained in:
Ayman Bagabas 2022-07-25 18:16:13 -04:00
parent e755cec47a
commit 0da1c7fb96
No known key found for this signature in database
GPG key ID: 758FD42981CE1778
2 changed files with 17 additions and 0 deletions

5
.gitignore vendored
View file

@ -3,3 +3,8 @@ test
# Binaries
gum
dist
testdata
completions/
manpages/

View file

@ -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: