mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-19 22:54:17 +02:00
docs: streamline install instructions (#308)
* update to mimic the melt readme Add a note to just use `go install` for installation.
This commit is contained in:
parent
e0d667a48c
commit
3607b402a6
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
|
@ -29,7 +29,7 @@ More on that below.
|
|||
|
||||
## Installation
|
||||
|
||||
Use your fave package manager:
|
||||
### Package Manager
|
||||
|
||||
```bash
|
||||
# macOS or Linux
|
||||
|
|
@ -77,7 +77,14 @@ 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 macOS, Linux, FreeBSD, and OpenBSD.
|
||||
|
||||
Or just build it yourself (requires Go 1.13+):
|
||||
### Go
|
||||
|
||||
Or just install it with `go`:
|
||||
```bash
|
||||
go install github.com/charmbracelet/glow@latest
|
||||
```
|
||||
|
||||
### Build (requires Go 1.13+)
|
||||
|
||||
```bash
|
||||
git clone https://github.com/charmbracelet/glow.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue