Skip to content

Commit b14e456

Browse files
committed
Update README
1 parent 0b5b20b commit b14e456

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)