diff --git a/README.md b/README.md index d7e79ec..434c45d 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,18 @@ git remote add origin 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 customize your +boxen before installing it. + + ### Distributing That's enough to get your boxen into a usable state on other machines,