From 4b1461131358f058bd57cac8e3bb676f2935b7ea Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Wed, 1 Jan 2014 13:12:55 -0600 Subject: [PATCH] Update README.md I found a superfluous space, and also because you are _in_ the directories you need to `./script/boxen` each time. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6cdfd0..5e385c2 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ install the default configuration from this repo: ``` cd /opt/boxen/repo -script/boxen +./script/boxen ``` You can also skip the above steps and customize your @@ -100,14 +100,14 @@ sudo mkdir -p /opt/boxen sudo chown ${USER}:staff /opt/boxen git clone /opt/boxen/repo cd /opt/boxen/repo -script/boxen +./script/boxen ``` Keep in mind this requires you to encrypt your hard drive by default. If you do not want to do encrypt your hard drive, you can use the `--no-fde`. ``` -script/boxen --no-fde +./script/boxen --no-fde ``` It should run successfully, and should tell you to source a shell script @@ -238,7 +238,7 @@ everyone by default. An example of this might look like so: include projects::super-top-secret-project } - ``` +``` If you'd like to read more about how Puppet works, we recommend checking out [the official documentation](http://docs.puppetlabs.com/)