Skip to content

Commit 44834b5

Browse files
authored
Merge pull request #3 from altiscope/pl-722-update-readme
Stack version to v1.18.0
2 parents afd170c + 8be12b4 commit 44834b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ Airbus UTM Platform `stack` CLI
55

66
### macOS/Linux one-liner
77
```
8-
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17.0/stack_$(
8+
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18.0/stack_$(
99
bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'
1010
)_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
1111
```
1212

1313
### macOS
1414
```
15-
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17.0/stack_darwin_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
15+
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18.0/stack_darwin_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
1616
```
1717

1818
### Linux
1919
```
20-
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.17.0/stack_linux_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
20+
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.18.0/stack_linux_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
2121
```

0 commit comments

Comments
 (0)