Commit 83f69fe91e0f165aead620973016ad624783dc1f
1 parent
011f08e42b
Update README
Showing 1 changed file with 5 additions and 2 deletions Side-by-side Diff
README.md
... | ... | @@ -10,7 +10,10 @@ |
10 | 10 | 3. Get a copy of your fork somewhere locally. |
11 | 11 | 4. Install the XCode Command Line Tools package. You need an Apple ID. We know. It sucks. You can thank Apple for not allowing the Command Line Tools to be redistributed publicly. |
12 | 12 | 5. `cd` to that dir and run `script/boxen` |
13 | -6. Rock out. :metal: | |
13 | +6. Ensure you have `[ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh` in your shell config. If you don't have a shell config yet, we automatically add this to `~/.profile` for you. | |
14 | +7. Open a new shell. | |
15 | +8. Verify `boxen --env` prints out `BOXEN_` env vars. | |
16 | +9. Rock out. :metal: | |
14 | 17 | |
15 | 18 | ## What You Get |
16 | 19 |