From 3607b402a6d0c8f0cf75ca73b2c99bdc4ce586a3 Mon Sep 17 00:00:00 2001 From: Jon Austin Date: Sat, 24 Sep 2022 17:47:35 -0700 Subject: [PATCH] docs: streamline install instructions (#308) * update to mimic the melt readme Add a note to just use `go install` for installation. --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63af95c..02443a4 100644 --- a/README.md +++ b/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