We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30905b6 + 94a4141 commit 27f74e4Copy full SHA for 27f74e4
1 file changed
README.md
@@ -1,2 +1,21 @@
1
# `stack` CLI
2
Airbus UTM Platform `stack` CLI
3
+
4
+## Installation
5
6
+### macOS/Linux one-liner
7
+```
8
+curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.10.0/stack_$(
9
+ bash -c '[[ $OSTYPE == darwin* ]] && echo darwin || echo linux'
10
+ )_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
11
12
13
+### macOS
14
15
+curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.10.0/stack_darwin_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
16
17
18
+### Linux
19
20
+curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.10.0/stack_linux_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
21
0 commit comments