There was an error while loading. Please reload this page.
2 parents 405ad17 + a8d0043 commit 21183b1Copy full SHA for 21183b1
1 file changed
README.md
@@ -5,7 +5,7 @@ Airbus UTM Platform `stack` CLI
5
6
### macOS/Linux one-liner
7
```
8
-curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.19.4/stack_$(
+curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.20.0/stack_$(
9
bash -c '[[ $OSTYPE == darwin* ]] && (uname -m | grep -q arm && echo darwin_arm64 || echo darwin_amd64) || (uname -m | grep -q x86_64 && echo linux_amd64 || echo linux_arm64)'
10
) -o stack && chmod +x stack && sudo mv stack /usr/local/bin/
11
0 commit comments