Commit e977e27d497f6c24bd6b5f89b63b8c28d986688c
1 parent
72517b2a12
Update README
Showing 1 changed file with 6 additions and 6 deletions Side-by-side Diff
README.md
| ... | ... | @@ -10,7 +10,7 @@ |
| 10 | 10 | |
| 11 | 11 | To give you a brief overview, we're going to: |
| 12 | 12 | |
| 13 | -* Install dependencies (basically XCode) | |
| 13 | +* Install dependencies (basically Xcode) | |
| 14 | 14 | * Bootstrap a boxen for your self/team/org/company |
| 15 | 15 | * Then convert your local copy of that boxen to the post-bootstrapped version |
| 16 | 16 | |
| 17 | 17 | |
| 18 | 18 | |
| 19 | 19 | |
| ... | ... | @@ -20,24 +20,24 @@ |
| 20 | 20 | boxen on any machine (we do some checks before every Boxen run to try |
| 21 | 21 | and detect most of these and tell you anyway): |
| 22 | 22 | |
| 23 | -* Boxen __requires__ at least the XCode Command Line Tools installed. | |
| 23 | +* Boxen __requires__ at least the Xcode Command Line Tools installed. | |
| 24 | 24 | * Boxen __will not__ work with an existing rvm install. |
| 25 | 25 | * Boxen __may not__ play nice with an existing rbenv install. |
| 26 | 26 | * Boxen __may not__ play nice with an existing chruby install. |
| 27 | 27 | * Boxen __may not__ play nice with an existing homebrew install. |
| 28 | 28 | * Boxen __may not__ play nice with an existing nvm install. |
| 29 | -* Boxen __recommends__ installing the full XCode. | |
| 29 | +* Boxen __recommends__ installing the full Xcode. | |
| 30 | 30 | |
| 31 | 31 | ### Dependencies |
| 32 | 32 | |
| 33 | -**Install the XCode Command Lines Tools and/or full XCode.** | |
| 33 | +**Install the Xcode Command Lines Tools and/or full Xcode.** | |
| 34 | 34 | This will grant you the most predictable behavior in building apps like |
| 35 | 35 | MacVim. |
| 36 | 36 | |
| 37 | 37 | How do you do it? |
| 38 | 38 | |
| 39 | -1. Install XCode from the Mac App Store. | |
| 40 | -1. Open XCode. | |
| 39 | +1. Install Xcode from the Mac App Store. | |
| 40 | +1. Open Xcode. | |
| 41 | 41 | 1. Open the Preferences window (`Cmd-,`). |
| 42 | 42 | 1. Go to the Downloads tab. |
| 43 | 43 | 1. Install the Command Line Tools. |