-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryan Svihla
committed
Mar 15, 2021
1 parent
80fe31e
commit 137f8b3
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,14 +11,20 @@ Apache 2.0 licensed Astra Cloud Management CLI | |
|
||
- Alpha | ||
|
||
## How to install | ||
## How to install - Homebrew for Mac and Linux | ||
|
||
* [install homebrew](https://brew.sh/) if you have not | ||
* `brew tap rsds143/astra-cli` | ||
* `brew install astra-cli` | ||
|
||
## How to install - Release Binaries | ||
|
||
* download a [release](https://github.com/rsds143/astra-cli/releases) | ||
* tar zxvf <download> | ||
* cd <extracted folder> | ||
* ./astra-cli | ||
|
||
## How to build | ||
## How to install - From Source | ||
|
||
* Install [Go 1.16](https://golang.org/dl/) | ||
* run `git clone [email protected]:rsds143/astra-cli.git` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters