diff --git a/README.md b/README.md index 6611781..03bb3f7 100644 --- a/README.md +++ b/README.md @@ -203,10 +203,17 @@ jboss schema departs from its normal conventions. Any hand writeen resource manifests should go in `manifests/internal/custom_resource`. The generation task will overlay these files over the autogenerated version. +To set up your system to be able to generate the resources then perform the following steps: + + gem install top + gem install puppet + gem install puppet-lint + gem install puppetlabs_spec_helper + gem install backports + To regenerate resources, execute `rake resource:generate` within the project folder. - Developer Setup ---------------