Updated readme
This commit is contained in:
parent
2924815f49
commit
07d85efecb
1 changed files with 11 additions and 9 deletions
20
README.md
20
README.md
|
@ -2,12 +2,14 @@
|
||||||
A directory structure to support reuse of the vagrantpress vagrant setup
|
A directory structure to support reuse of the vagrantpress vagrant setup
|
||||||
|
|
||||||
This is how the directory structure should be used:
|
This is how the directory structure should be used:
|
||||||
dev
|
|
||||||
--> plugins
|
dev
|
||||||
Should contain any plugins that are required during development.
|
|--plugins
|
||||||
--> puppet
|
Should contain any plugins that are required during development.
|
||||||
The puppet scripts for providing any custom puppet commands on top of vagrantpress.
|
|--puppet
|
||||||
--> scripts
|
The puppet scripts for providing any custom puppet commands on top of vagrantpress.
|
||||||
Any scripts to run on the host.
|
|--scripts
|
||||||
--> theme
|
Any scripts to run on the host.
|
||||||
Your theme which your are developing which should be cloned into a subtree.
|
|--theme
|
||||||
|
Your theme which your are developing which should be cloned into a subtree.
|
||||||
|
|
Loading…
Reference in a new issue