Skip to content

Commit c525a3a

Browse files
committed
Added doc for Homebrew install
1 parent 1a1cc09 commit c525a3a

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,21 @@ sudo apt update
3131
sudo apt install cfcli
3232
```
3333

34+
### Homebrew (OSX and Linux)
35+
36+
To add and install run the following:
37+
38+
```bash
39+
brew tap evoggy/cfcli
40+
brew install cfcli
41+
```
42+
43+
To update run:
44+
45+
```bash
46+
brew upgrade cfcli
47+
```
48+
3449
### Cargo
3550

3651
```text

0 commit comments

Comments
 (0)