diff --git a/install.sh b/install.sh index 525b554..54bd40d 100755 --- a/install.sh +++ b/install.sh @@ -52,7 +52,7 @@ fi # OSX if [[ $platform == 'Darwin' ]]; then - printf "\nRunning the OS X installer\n" + printf "\n${BOLD}Running the OS X installer${NORMAL}\n" ./osx/install.sh fi diff --git a/osx/install.sh b/osx/install.sh index 512885d..52e14a4 100755 --- a/osx/install.sh +++ b/osx/install.sh @@ -58,3 +58,12 @@ do printf \n fi done + +printf "\n${YELLOW}Now you must install Xcode.${NORMAL}\n" +printf "Open the App Store and install the software.\n" +printf "When that finishes open a terminal and run the following:\n" +printf " 1. ${YELLOW}sudo xcode-select --install${NORMAL}\n" +printf " 2. ${YELLOW}sudo xcodebuild -license${NORMAL}\n" +printf " 3. ${YELLOW}sudo xcode-select -s /Applications/Xcode.app/Contents/Developer${NORMAL}\n" + +printf "\n${BOLD}Finished setting up OS X${NORMAL}\n"