Skip to content

Commit

Permalink
Post-transfer readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Bulash committed Dec 4, 2019
1 parent ff9edf3 commit cc323d6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ alertmanager-sentry-gateway is a webhook gateway for [Alertmanager](https://gith

### Just want the binary?

Go to the [releases page](https://github.com/summerwind/alertmanager-sentry-gateway/releases), find the version you want, and download the tarball file.
Go to the [releases page](https://github.com/mikeroll/alertmanager-sentry-gateway/releases), find the version you want, and download the tarball file.

### Run as container?

```
$ docker pull summerwind/alertmanager-sentry-gateway:latest
# <= v0.3.0
$ docker pull summerwind/alertmanager-sentry-gateway:<tag>
# >= v0.4.0
$ docker pull mikeroll/alertmanager-sentry-gateway:<tag>
```

### Building binary yourself
Expand Down

0 comments on commit cc323d6

Please sign in to comment.