Update the mac dev env instructions

Don't need pip-rehash anymore, and should probably recommend docker for mac.
This commit is contained in:
Jake Moshenko 2018-01-25 15:18:43 -05:00 committed by GitHub
parent c228734978
commit b08d56dc1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,13 +81,14 @@ macOS developers will need:
[command line tools]: https://developer.apple.com/downloads
[xcode]: https://developer.apple.com/downloads
[brew]: https://github.com/Homebrew/brew
[docker]: https://www.docker.com/docker-mac
```sh
# Download the code
git clone git@github.com:coreos-inc/quay.git && cd quay
# Install the system dependencies
brew install libevent libmagic postgresql gpgme pyenv pyenv-virtualenv pyenv-pip-rehash docker docker-machine node yarn
brew install libevent libmagic postgresql gpgme pyenv pyenv-virtualenv node yarn
# Create a default virtualmachine for docker
docker-machine create -d virtualbox default