Skip to content
Snippets Groups Projects
Unverified Commit 1c9e30e2 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

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

os/mac/xcode: add additional CLT download link.
parents 51ea4444 ea44760f
No related branches found
No related tags found
No related merge requests found
......@@ -231,11 +231,13 @@ module OS
def update_instructions
if MacOS.version >= "10.14"
<<~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
else
<<~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
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment