Update installation instructions

This commit is contained in:
Christian Rocha 2019-12-21 20:37:01 -05:00
parent 966031ba98
commit 9e47f7d39d
No known key found for this signature in database
GPG key ID: D6CC7A16E5878018

View file

@ -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