mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 06:04:18 +00:00
Update installation instructions
This commit is contained in:
parent
966031ba98
commit
9e47f7d39d
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue