Clarify the installation steps after bootstrapping

Make it clearer on how to install a boxen from the command line after the
bootstrapping steps are done.
This commit is contained in:
Matt Rogers 2013-12-11 21:58:52 -06:00
parent c799af5869
commit 7e186198ef

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,