Skip to content

Commit

Permalink
Make installation via homebrew the default instructions for macOS (#457)
Browse files Browse the repository at this point in the history
* Document macOS install instructions using homebrew

* Add a link to homebrew installation instructions

* Incorporating the changes suggested in @rfay's review.
  • Loading branch information
nmccrory committed Sep 7, 2017
1 parent c676f38 commit 95e0157
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,18 @@ ddev requires ports 80 and 3306 to be available for use on your system when site
If you need to use another environment after using ddev, simply ensure all of your ddev sites are stopped or removed. ddev only uses system ports when at least one site is running.

## Installation
### Installation Script - Linux and macOS
### Homebrew - macOS

For macOS users, we recommend downloading and installing ddev via [homebrew](https://brew.sh/):
```
brew tap drud/ddev && brew install ddev
```
Later, to upgrade to a newer version of ddev, simply run:
```
brew upgrade ddev
```

### Installation Script - MacOS or Linux

Linux and macOS end-users can use this line of code to your terminal to download, verify, and install ddev using our [install script](https://github.com/drud/ddev/blob/master/install_ddev.sh):
```
Expand Down

0 comments on commit 95e0157

Please sign in to comment.