Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <tag-or-branch>
make build
./bin/rollbar-cli --help
```
Expand Down
Loading