Skip to content

Update install command to support ARM binary#5

Merged
yamaszone merged 1 commit into
mainfrom
arm_binary_installation
Mar 20, 2024
Merged

Update install command to support ARM binary#5
yamaszone merged 1 commit into
mainfrom
arm_binary_installation

Conversation

@yamaszone
Copy link
Copy Markdown
Member

Update install command to support ARM binary

Comment thread README.md
Comment on lines -13 to -20
### macOS
```
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.19.0/stack_darwin_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
```

### Linux
```
curl -sSL https://github.com/altiscope/platform-stack-cli/releases/download/v1.19.0/stack_linux_amd64 -o stack && chmod a+x stack && sudo mv stack /usr/local/bin/
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleaning this up since we almost never use is. Cleaning up helps to maintain only one thing.

Copy link
Copy Markdown
Member

@wboayue wboayue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@yamaszone yamaszone merged commit 405ad17 into main Mar 20, 2024
@yamaszone yamaszone deleted the arm_binary_installation branch March 20, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants