Skip to content

Commit

Permalink
Merge pull request #6799 from MikeMcQuaid/clt-download-more
Browse files Browse the repository at this point in the history
os/mac/xcode: add additional CLT download link.
  • Loading branch information
MikeMcQuaid committed Dec 2, 2019
2 parents 51ea444 + ea44760 commit 1c9e30e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Library/Homebrew/os/mac/xcode.rb
Expand Up @@ -231,11 +231,13 @@ def sdk_path(v = nil)
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
Expand Down

0 comments on commit 1c9e30e

Please sign in to comment.