Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
update binary download path
Browse files Browse the repository at this point in the history
  • Loading branch information
stiangrindvoll committed Mar 15, 2018
1 parent 1a3b80a commit 3794748
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pick your archtype from [Releases](https://github.com/meltwater/rabbitio/release

Example with `linux-amd64` and version `v0.5.1`:
```
wget https://github.com/meltwater/rabbitio/releases/download/v0.5.1/rio-v0.5.1-linux-amd64 -O rabbitio
wget https://github.com/meltwater/rabbitio/releases/download/v0.5.1/rabbitio-v0.5.1-linux-amd64 -O rabbitio
chmod +755 rabbitio
```

Expand Down Expand Up @@ -51,7 +51,7 @@ We interrupt when the queue is empty by directly using a combination of `CTRL +

## Detailed Usage
```
$ rabbitio
$ rabbitio
Rabbit IO will help backup and restore your messages in RabbitMQ
Usage:
Expand Down Expand Up @@ -103,4 +103,3 @@ Also feel free to drop a line to the maintainers:
- Joel ([@vorce](https://github.com/vorce))
- Stian ([@stiangrindvoll](https://github.com/stiangrindvoll))
- Team Blacksmiths ([[email protected]](mailto:[email protected]))
2

0 comments on commit 3794748

Please sign in to comment.