mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
docs: add apt/yum repos to readme
This commit is contained in:
parent
c75609322f
commit
84b2e5bc42
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue