Skip to content

Commit 3dd3703

Browse files
committed
chore(readme): update readme with brew install instructions
1 parent 425eaae commit 3dd3703

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+
### Hombrew (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)