Skip to content

Commit 00c2756

Browse files
committed
Updated CLI binaries to next 0.2.2 release.
1 parent d5ebb29 commit 00c2756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,11 @@ Download the latest CLI binary for your platform from our [releases page](https:
8282

8383
```shell
8484
# macOS
85-
curl -L https://github.com/orra-dev/orra/releases/download/v0.2.1/orra-darwin-arm64 -o /usr/local/bin/orra
85+
curl -L https://github.com/orra-dev/orra/releases/download/v0.2.2/orra-darwin-arm64 -o /usr/local/bin/orra
8686
chmod +x /usr/local/bin/orra
8787

8888
# Linux
89-
curl -L https://github.com/ezodude/orra/releases/download/v0.2.1/orra-linux-amd64 -o /usr/local/bin/orra
89+
curl -L https://github.com/ezodude/orra/releases/download/v0.2.2/orra-linux-amd64 -o /usr/local/bin/orra
9090
chmod +x /usr/local/bin/orra
9191

9292
# Verify installation

0 commit comments

Comments
 (0)