Commit 049d55af731eb3309b7c06a620c4d12e5780e9c2
1 parent
fdb27960fd
README for boxen-web
Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff
README.md
... | ... | @@ -12,7 +12,7 @@ |
12 | 12 | * If using full XCode, you'll need to agree to the license by running: `xcodebuild -license` |
13 | 13 | 1. Create a new repository on GitHub as your user for your Boxen. (eg. |
14 | 14 | `wfarr/my-boxen`). **Make sure it is a private repository!** |
15 | -1. Get running like so: | |
15 | +1. Use your install of [boxen-web](https://github.com/boxen/boxen-web) or get running manually like so: | |
16 | 16 | ``` |
17 | 17 | mkdir -p ~/src/my-boxen |
18 | 18 | cd ~/src/my-boxen |
... | ... | @@ -41,7 +41,7 @@ |
41 | 41 | ## Getting your users started _after_ your "fork" exists |
42 | 42 | |
43 | 43 | 1. Install the XCode Command Line Tools (full XCode install optional). |
44 | -1. Run the following: | |
44 | +1. Point them at your private install of [boxen-web](https://github.com/boxen/boxen-web), **OR** have them run the following: | |
45 | 45 | |
46 | 46 | ``` |
47 | 47 | sudo mkdir -p /opt/boxen |