diff --git a/README.md b/README.md index 2950b27..9e5bb74 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,13 @@ 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 +cd rollbar-cli +# If you want a specific release, +# git checkout make build ./bin/rollbar-cli --help ```