From 07d85efecb0d5381814c0a07d3e229380becaa7a Mon Sep 17 00:00:00 2001 From: Alex Hyett Date: Fri, 4 Dec 2015 21:22:36 +0000 Subject: [PATCH] Updated readme --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b2b61ae..d97b835 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ A directory structure to support reuse of the vagrantpress vagrant setup This is how the directory structure should be used: -dev ---> plugins - Should contain any plugins that are required during development. ---> puppet - The puppet scripts for providing any custom puppet commands on top of vagrantpress. ---> scripts - Any scripts to run on the host. ---> theme - Your theme which your are developing which should be cloned into a subtree. \ No newline at end of file + + dev + |--plugins + Should contain any plugins that are required during development. + |--puppet + The puppet scripts for providing any custom puppet commands on top of vagrantpress. + |--scripts + Any scripts to run on the host. + |--theme + Your theme which your are developing which should be cloned into a subtree. + \ No newline at end of file