From 9e47f7d39d05d7ec2cac08ac4bbd0dc2103375ab Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Sat, 21 Dec 2019 20:37:01 -0500 Subject: [PATCH] Update installation instructions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b9599cd..96fc0bc 100644 --- a/README.md +++ b/README.md @@ -11,18 +11,23 @@ Use your fave package manager: ```bash # MacOS -brew install glow +brew install charmbracelet/homebrew-tap/glow # Arch Linux (btw) yay -S glow ``` +Or download a binary from the [releases][] page. Windows, MacOS, and Linux +(including ARM) binaries are available, as well as Debian and RPM packages. + Or just use `go get`: ```bash go get github.com/charmbracelet/glow ``` +[releases]: https://github.com/charmbracelet/glow/releases + ## Usage