Reputation: 31
I have problem with installing a program and it says that I will need to be promted to install Xcode Command Line Tools. How do I install that?
Upvotes: 2
Views: 3081
Reputation: 71
From Terminal execute xcode-select --install
xcode-select --install
Upvotes: 7