README.md in lono-cfn-0.0.8 vs README.md in lono-cfn-0.0.9

- old
+ new

@@ -1,7 +1,9 @@ # Lono Cfn +[![CircleCI](https://circleci.com/gh/tongueroo/lono-cfn.svg?style=svg)](https://circleci.com/gh/tongueroo/lono-cfn) + Wrapper cfn tool to quickly create CloudFormation stacks from [lono templates](https://github.com/tongueroo/lono) and [lono-params](https://github.com/tongueroo/lono-params) files. Example: ```bash $ lono-cfn create my-stack-$(date +%s) --template my-template --params my-params $ lono-cfn update my-stack-1493859659 --template my-template --params my-params @@ -93,14 +95,15 @@ ## Developing ```bash $ git clone git@github.com:yourfork/lono-cfn.git -$ git submodule init -$ git submodule update +$ git submodule sync +$ git submodule update --init ``` ## Related Projects * [lono](https://github.com/tongueroo/lono) - Lono is a CloudFormation Template generator. Lono generates CloudFormation templates based on ERB ruby templates. * [lono-params](https://github.com/tongueroo/lono-params) - Tool to generate a CloudFormation parameters json formatted file from a simplier env like file. +ith