From 84b2e5bc42b982ba0bdfc6f3b6cbbe1321ba7a93 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Fri, 8 Jul 2022 12:06:55 -0400 Subject: [PATCH] docs: add apt/yum repos to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f59d9fe..aa256d3 100644 --- a/README.md +++ b/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,