docs: add apt/yum repos to readme

This commit is contained in:
Ayman Bagabas 2022-07-08 12:06:55 -04:00
parent c75609322f
commit 84b2e5bc42

View file

@ -58,6 +58,18 @@ scoop install glow
# Android (with termux)
pkg install glow
# 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 glow
# 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 glow
```
Or download a binary from the [releases][releases] page. MacOS, Linux, Windows,