Skip to content

Commit

Permalink
Add homebrew install instructions to index.md for readthedocs. (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccrory committed Sep 20, 2017
1 parent a0ee2e9 commit 42c2ca5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ 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 occupies system ports when at least one site is running.

## Installation
### 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 - Linux and macOS

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 42c2ca5

Please sign in to comment.