mirror of
https://github.com/charmbracelet/glow
synced 2024-12-14 22:22:26 +00:00
parent
d1bb323316
commit
07aa18e350
1 changed files with 4 additions and 2 deletions
|
@ -52,10 +52,12 @@ Or download a binary from the [releases][releases] page. MacOS, Linux, Windows,
|
|||
FreeBSD, and OpenBSD binaries are available, as well as Debian, RPM, and Alpine
|
||||
packages. ARM builds are also available for Linux, FreeBSD, and OpenBSD.
|
||||
|
||||
Or just use `go get` (requires Go 1.13+):
|
||||
Or just build it yourself (requires Go 1.13+):
|
||||
|
||||
```bash
|
||||
go get github.com/charmbracelet/glow
|
||||
git clone https://github.com/charmbracelet/glow.git
|
||||
cd glow
|
||||
go build
|
||||
```
|
||||
|
||||
[releases]: https://github.com/charmbracelet/glow/releases
|
||||
|
|
Loading…
Reference in a new issue