README.md in skellington-0.5.2 vs README.md in skellington-0.6.1

- old
+ new

@@ -11,10 +11,11 @@ Extremely opinionated generator for your [Sinatra](http://www.sinatrarb.com/) app. Sets up: * [Rspec](http://rspec.info/) * [Jasmine](http://jasmine.github.io/2.0/introduction.html) * [Bootstrap](http://getbootstrap.com/) +* [Compass](http://compass-style.org/) * An MIT License file Should work fine for both RVM- and rbenv-based setups $ gem install skellington @@ -25,25 +26,31 @@ (Note that 'naming-things-is-hard' has been changed to 'naming_things_is_hard' because Ruby finds '-'s troubling) Now do - cd naming_things_is_hard - bundle - rake + cd naming_things_is_hard + bundle + rake And presuming that passes OK - git add . - git commit -m 'First commit' + git add . + git commit -m 'First commit' You can run the app with - rackup + bundle exec rackup + (with + + bundle exec compass watch . + + in a different terminal window) + For post-install hints, try - skellington postinstall + skellington postinstall This assumes a bunch of things, at least: * That you have a reasonable git installation