We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ebb29 commit 00c2756Copy full SHA for 00c2756
README.md
@@ -82,11 +82,11 @@ Download the latest CLI binary for your platform from our [releases page](https:
82
83
```shell
84
# macOS
85
-curl -L https://github.com/orra-dev/orra/releases/download/v0.2.1/orra-darwin-arm64 -o /usr/local/bin/orra
+curl -L https://github.com/orra-dev/orra/releases/download/v0.2.2/orra-darwin-arm64 -o /usr/local/bin/orra
86
chmod +x /usr/local/bin/orra
87
88
# Linux
89
-curl -L https://github.com/ezodude/orra/releases/download/v0.2.1/orra-linux-amd64 -o /usr/local/bin/orra
+curl -L https://github.com/ezodude/orra/releases/download/v0.2.2/orra-linux-amd64 -o /usr/local/bin/orra
90
91
92
# Verify installation
0 commit comments