From b08d56dc1eeebd99f938edd13abfa4db8c9c9a38 Mon Sep 17 00:00:00 2001 From: Jake Moshenko Date: Thu, 25 Jan 2018 15:18:43 -0500 Subject: [PATCH] Update the mac dev env instructions Don't need pip-rehash anymore, and should probably recommend docker for mac. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eb2cf11ad..633f17cbc 100644 --- a/README.md +++ b/README.md @@ -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