xcode: note CLT is now updated in System Preferences.

This should avoid some confusion.
This commit is contained in:
Mike McQuaid 2018-09-30 16:58:53 +01:00
parent 1ee8c60834
commit b94a19af60
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -254,7 +254,11 @@ module OS
end
def update_instructions
if MacOS.version >= "10.9"
if MacOS.version >= "10.14"
<<~EOS
Update them from Software Update in System Preferences.
EOS
elsif MacOS.version >= "10.9"
<<~EOS
Update them from Software Update in the App Store.
EOS