Skip to content

Commit 8324c2b

Browse files
committed
docs: point release download links at v0.5.9
1 parent 36745c1 commit 8324c2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Download pre-built binaries from [GitHub Releases](https://github.com/cocoonstac
2323

2424
```bash
2525
# Linux amd64
26-
curl -fsSL -o cocoon.tar.gz https://github.com/cocoonstack/cocoon/releases/download/v0.5.8/cocoon_0.5.8_Linux_x86_64.tar.gz
26+
curl -fsSL -o cocoon.tar.gz https://github.com/cocoonstack/cocoon/releases/download/v0.5.9/cocoon_0.5.9_Linux_x86_64.tar.gz
2727

2828
# Linux arm64
29-
curl -fsSL -o cocoon.tar.gz https://github.com/cocoonstack/cocoon/releases/download/v0.5.8/cocoon_0.5.8_Linux_arm64.tar.gz
29+
curl -fsSL -o cocoon.tar.gz https://github.com/cocoonstack/cocoon/releases/download/v0.5.9/cocoon_0.5.9_Linux_arm64.tar.gz
3030

3131
tar -xzf cocoon.tar.gz
3232
install -m 0755 cocoon /usr/local/bin/

0 commit comments

Comments
 (0)