-
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
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ Ready for production | |
## 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` | ||
* `brew tap rsds143/rsds && brew install astra-cli` | ||
|
||
## How to install - Release Binaries | ||
|
||
|
@@ -27,7 +27,7 @@ Ready for production | |
## How to install - From Source | ||
|
||
* Install [Go 1.16](https://golang.org/dl/) | ||
* run `git clone [email protected]:rsds/astra-cli.git` | ||
* run `git clone [email protected]:rsds143/astra-cli.git` | ||
* run `./scripts/build` or `go build -o ./bin/astra-cli .` | ||
|
||
## How to use | ||
|