Skip to content

Commit a6b6300

Browse files
committed
Merge branch 'feature/update-readme' into 'master'
chore(readme): update readme with brew install instructions See merge request auto-cloud/cloudgraph/cli!193
2 parents 425eaae + 37aa53f commit a6b6300

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,24 @@ CloudGraph currently supports AWS, Azure, GCP, and K8s (several others coming so
151151

152152
# Install
153153

154+
<!-- install -->
155+
154156
**System Requirements**
155157

156-
- Node 14+
157158
- Docker
158159

159-
Use this command to install and update CloudGraph to the latest version.
160+
There are 2 ways to install the CloudGraph CLI
160161

161-
<!-- install -->
162+
### Homebrew (Recommended)
163+
164+
You can install CloudGraph using homebrew with the following command:
165+
`brew install cloudgraphdev/tap/cg`
166+
167+
### NPM
168+
169+
- Requires Node 16+
170+
171+
Use this command to install and update CloudGraph to the latest version.
162172

163173
```bash
164174
npm i -g @cloudgraph/cli

0 commit comments

Comments
 (0)