Update README.md

This commit is contained in:
Tim Miller 2013-01-31 15:15:31 -08:00
parent b3bceea00d
commit e9ddb1ab4d

View File

@ -93,3 +93,14 @@ eos
puts Mustache.render(template, params)
```
# Quick Start
```bash
# install it
sudo pip install -U git+git://github.com/tripleo/os-config-applier.git
# grab example templates
git clone git://github.com/tripleo/openstack-config-templates /tmp/config
# run it
os-config-applier -t /tmp/config/templates/ -m /tmp/config/cfn-init-data.example -o /tmp/config_output
```