Merge pull request #6799 from MikeMcQuaid/clt-download-more

os/mac/xcode: add additional CLT download link.
This commit is contained in:
Mike McQuaid 2019-12-02 14:01:46 +00:00 committed by GitHub
commit 1c9e30e24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,11 +231,13 @@ module OS
def update_instructions def update_instructions
if MacOS.version >= "10.14" if MacOS.version >= "10.14"
<<~EOS <<~EOS
Update them from Software Update in System Preferences. Update them from Software Update in System Preferences or
#{Formatter.url("https://developer.apple.com/download/more/")}.
EOS EOS
else else
<<~EOS <<~EOS
Update them from Software Update in the App Store. Update them from Software Update in the App Store
#{Formatter.url("https://developer.apple.com/download/more/")}.
EOS EOS
end end
end end