README.md in suspenders-0.3.1 vs README.md in suspenders-0.3.2
- old
+ new
@@ -49,9 +49,28 @@
* [jQuery](https://github.com/jquery/jquery) for Javascript pleasantry
* Rails' flashes set up and in application layout.
* A few nice time formats.
+Heroku
+------
+
+You can optionally create Heroku staging and production apps:
+
+ suspenders app --heroku true
+
+This has the same effect as running:
+
+ heroku create app-staging --remote staging --stack cedar
+ heroku create app-production --remote production --stack cedar
+
+Clearance
+---------
+
+You can optionally not include Clearance:
+
+ suspenders app --clearance false
+
Dependencies
------------
Some gems included in Suspenders have native extensions. You should have GCC installed on your
machine before generating an app with Suspenders.