Skip to content

Commit

Permalink
Mention go install in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamRasal committed May 2, 2023
1 parent 1e51980 commit 4421c68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ AWS Console in your terminal! well, almost. Explore AWS services like EC2, S3, I
```shell
brew install one2nc/cloudlens/cloudlens
```
* Using go install
*cloudlens* requires go1.19 to install successfully. Run the following command to install the latest version -
```shell
go install -v github.com/one2nc/cloudlens@latest
```

* Building from source code
Cloudlens is currently in active development. We use Go 1.19. Follow these steps to build cloudlens locally:
Expand Down

0 comments on commit 4421c68

Please sign in to comment.