diff --git a/README.md b/README.md index e8a437a..6c28b77 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ Script and Brewfiles to setup a Mac for development. ## Instructions -```sh -# Install Xcode -$ xcode-select --install -# Run script -$ curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh | sh -``` +Full Xcode install is required to compile MacVim. + +1. Install Xcode with `xcode-select --install`. Select "Get Xcode". + +2. Run the setup script with `curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh | sh`