From b7556350db6dd2bada6a382aed2ebeafbe32f2b2 Mon Sep 17 00:00:00 2001 From: Lorenzo Gatti Date: Mon, 17 May 2021 17:11:00 +0200 Subject: [PATCH] Better instructions for updating Command Line Tools Added link to Apple's page with minimum requirements --- Library/Homebrew/os/mac/xcode.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb index c3e2eaa4c3..4feaf71a4d 100644 --- a/Library/Homebrew/os/mac/xcode.rb +++ b/Library/Homebrew/os/mac/xcode.rb @@ -305,6 +305,8 @@ module OS Alternatively, manually download them from: #{Formatter.url("https://developer.apple.com/download/more/")}. + Check the latest available version for your system on: + #{Formatter.url("https://developer.apple.com/support/xcode/#minimum-requirements")}. EOS end