Skip to content

Commit

Permalink
Update installation instructions (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
sj14 authored Oct 23, 2022
1 parent d38c374 commit 0dfc905
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,16 @@ This tool is still **beta**. The usage with Gitlab and Mattermost is more mature

## Installation

```text
go get -u github.com/sj14/review-bot
### Precompiled Binaries

See the [releases](https://github.com/sj14/review-bot/releases) page for precompiled binaries.

### Manually

It's also possible to install the latest release with `go install`:

```bash
go install github.com/sj14/review-bot
```

## Example
Expand Down

0 comments on commit 0dfc905

Please sign in to comment.