File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,13 @@ Tail messages from a RabbitMQ exchange into your CLI console
66## Linux
77
88``` bash
9- curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.0.0/tailmq-linux-amd64
10- mv tailmq-linux-amd64 /usr/local/bin/tailmq
9+ curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.0.0/tailmq-linux-amd64 && mv tailmq-linux-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
1110```
1211
1312## MacOS
1413
1514``` bash
16- curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.0.0/tailmq-darwin-amd64
17- sudo mv tailmq-darwin-amd64 /usr/local/bin/tailmq
15+ curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.0.0/tailmq-darwin-amd64 && mv tailmq-darwin-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
1816```
1917
2018# Usage examples
You can’t perform that action at this time.
0 commit comments