Skip to content

Commit

Permalink
Merge pull request #20 from one2nc/issue-9-update-readme
Browse files Browse the repository at this point in the history
Mention go install in README
  • Loading branch information
chinmaysomani07 authored May 9, 2023
2 parents 1e51980 + 4421c68 commit 5eed53e
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 5eed53e

Please sign in to comment.