From 97b4f13ec5f1c999de199b0b4f18bb2dee2e3816 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Mon, 5 May 2014 12:36:18 +0100 Subject: [PATCH] Update README with Xcode instructions. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 24ca031..e8a437a 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,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 ```