mirror of
https://github.com/charmbracelet/gum.git
synced 2024-11-05 05:46:36 +03:00
docs: update installation methods
This commit is contained in:
parent
e755cec47a
commit
0da1c7fb96
5
.gitignore
vendored
5
.gitignore
vendored
@ -3,3 +3,8 @@ test
|
||||
|
||||
# Binaries
|
||||
gum
|
||||
|
||||
dist
|
||||
testdata
|
||||
completions/
|
||||
manpages/
|
12
README.md
12
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:
|
||||
|
Loading…
Reference in New Issue
Block a user