We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4140b05 commit c6daddfCopy full SHA for c6daddf
README.md
@@ -30,8 +30,8 @@ $ brew install dsq
30
On macOS, Linux, and WSL you can run the following:
31
32
```bash
33
-$ curl -LO "https://github.com/multiprocessio/dsq/releases/download/0.16.0/dsq-$(uname -s | awk '{ print tolower($0) }')-x64-0.16.0.zip"
34
-$ unzip dsq-*-0.16.0.zip
+$ curl -LO "https://github.com/multiprocessio/dsq/releases/download/0.17.0/dsq-$(uname -s | awk '{ print tolower($0) }')-x64-0.17.0.zip"
+$ unzip dsq-*-0.17.0.zip
35
$ sudo mv dsq /usr/local/bin/dsq
36
```
37
0 commit comments