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:
parent
c799af5869
commit
7e186198ef
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -65,6 +65,18 @@ git remote add origin <the location of my new git repository>
|
|||
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
|
||||
|
||||
That's enough to get your boxen into a usable state on other machines,
|
||||
|
|
Loading…
Reference in a new issue