Merge pull request #478 from mattr-/clarify-install

Clarify the installation steps after bootstrapping
This commit is contained in:
David Goodlad 2013-12-12 20:28:39 -08:00
commit ffde15f0c9

View file

@ -65,6 +65,18 @@ git remote add origin <the location of my new git repository>
git push -u origin master git push -u origin master
``` ```
Now that your boxen is bootstrapped, you can run the following to
install the default configuration from this repo:
```
cd /opt/boxen/repo
script/boxen
```
You can also skip the above steps and <a href="#customizing">customize your
boxen</a> before installing it.
### Distributing ### Distributing
That's enough to get your boxen into a usable state on other machines, That's enough to get your boxen into a usable state on other machines,