Add notes on setting on xcode
This commit is contained in:
parent
46ab492985
commit
d0932d3c15
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user