This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a3b80a
commit 3794748
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
``` | ||
|
||
|
@@ -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: | ||
|
@@ -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 |