File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +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.2.0 /tailmq-linux-amd64 && mv tailmq-linux-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
9+ curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.2.1 /tailmq-linux-amd64 && mv tailmq-linux-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
1010```
1111
1212## MacOS
1313
1414``` bash
15- curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.2.0 /tailmq-darwin-amd64 && mv tailmq-darwin-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
15+ curl -O -J -L https://github.com/olaurendeau/tailmq/releases/download/v1.2.1 /tailmq-darwin-amd64 && mv tailmq-darwin-amd64 /usr/local/bin/tailmq && chmod +x /usr/local/bin/tailmq
1616```
1717
1818# ⚠️ Known issues
@@ -74,6 +74,8 @@ OPTIONS
7474 Should output display headers
7575 -help
7676 How does it work ?
77+ -no-colors
78+ If you don' t want a colorful life :' (
7779 -prefix
7880 Should output be prefixed with datetime and time
7981 -server string
You can’t perform that action at this time.
0 commit comments