Skip to content

Commit

Permalink
xcode-select needs the --install option
Browse files Browse the repository at this point in the history
  • Loading branch information
thombles authored Aug 31, 2019
1 parent c9a3678 commit 6a2caa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/00 - Setup Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In these notes, if you see <code>$ <b>cargo build</b></code> it means this is a
## Software Installation

1. **Xcode**: If necessary, install it from the App Store.
2. **Xcode command line tools**: Run `xcode-select` in Terminal and make sure it shows they're installed:
2. **Xcode command line tools**: Run `xcode-select --install` in Terminal and make sure it shows they're installed:
<pre>
$ <b>xcode-select --install</b>
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
Expand Down

0 comments on commit 6a2caa1

Please sign in to comment.