Skip to content

Commit

Permalink
chore: Add homebrew install method (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored and Khaledgarbaya committed Jun 28, 2019
1 parent f4b524b commit 2932353
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@

## :cloud: Installation

Using [npm](http://npmjs.org):
Using [homebrew](https://brew.sh):

``` sh
brew install contentful-cli
```

Using [npm](https://npmjs.org):

``` sh
npm install -g contentful-cli
Expand Down

0 comments on commit 2932353

Please sign in to comment.