From 7e186198efaef5327938b51763871dcf8bbc4f5a Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Wed, 11 Dec 2013 21:58:52 -0600 Subject: [PATCH] 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. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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,