There was an error while loading. Please reload this page.
1 parent 36745c1 commit 8324c2bCopy full SHA for 8324c2b
1 file changed
docs/install.md
@@ -23,10 +23,10 @@ Download pre-built binaries from [GitHub Releases](https://github.com/cocoonstac
23
24
```bash
25
# 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
+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
27
28
# 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
+curl -fsSL -o cocoon.tar.gz https://github.com/cocoonstack/cocoon/releases/download/v0.5.9/cocoon_0.5.9_Linux_arm64.tar.gz
30
31
tar -xzf cocoon.tar.gz
32
install -m 0755 cocoon /usr/local/bin/
0 commit comments