Merge pull request #478 from mattr-/clarify-install
Clarify the installation steps after bootstrapping
This commit is contained in:
commit
ffde15f0c9
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
|
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,
|
||||||
|
|
Loading…
Reference in a new issue