From a1746faf225dde3eb32e69103655182797993c3d Mon Sep 17 00:00:00 2001 From: Dave Barnwell Date: Sat, 7 Mar 2026 21:10:46 +0000 Subject: [PATCH 1/2] docs: add checkout step to source build instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2950b27..8db2b5a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ go install github.com/davebarnwell/rollbar-cli@latest ### Build from source ```bash +git clone https://github.com/davebarnwell/rollbar-cli.git +cd rollbar-cli +# If you want a specific release, +# git checkout make build ./bin/rollbar-cli --help ``` From 7961715c887f478c0a4712ae4bfa248645fb030e Mon Sep 17 00:00:00 2001 From: Dave Barnwell Date: Sat, 7 Mar 2026 21:11:28 +0000 Subject: [PATCH 2/2] docs: reword heading for source build section in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8db2b5a..9e5bb74 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ from [GitHub Releases](https://github.com/davebarnwell/rollbar-cli/releases). go install github.com/davebarnwell/rollbar-cli@latest ``` -### Build from source +### Or Build from source ```bash git clone https://github.com/davebarnwell/rollbar-cli.git