Merge pull request #5004 from MikeMcQuaid/clt-system-preferences

xcode: note CLT is now updated in System Preferences.
This commit is contained in:
Mike McQuaid 2018-09-30 17:19:36 +01:00 committed by GitHub
commit 341eac2f62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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