From edd3d41548f2f5c46c4b401acd778708cdd0c4f8 Mon Sep 17 00:00:00 2001 From: Rob Muhlestein Date: Mon, 28 Nov 2022 18:30:17 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f2a043..871f190 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,16 @@ These days I prefer to maintain a single Go [stateful command tree monolith](htt ## Install -Just download one of the [release binaries](https://github.com/rwxrob/z/releases) (built with `z go build`) or install directly with `go`: +Just download one of the [release binaries](https://github.com/rwxrob/z/releases): + +``` +curl -L https://github.com/rwxrob/z/releases/latest/download/z-linux-amd64 -o ~/.local/bin/rwxrobz +curl -L https://github.com/rwxrob/z/releases/latest/download/z-darwin-amd64 -o ~/.local/bin/rwxrobz +curl -L https://github.com/rwxrob/z/releases/latest/download/z-darwin-arm64 -o ~/.local/bin/rwxrobz +curl -L https://github.com/rwxrob/z/releases/latest/download/z-windows-amd64 -o ~/.local/bin/rwxrobz +``` + +Or install directly with `go`: ``` go install github.com/rwxrob/z@latest