README.md in skellington-0.8.6 vs README.md in skellington-0.8.7

- old
+ new

@@ -19,10 +19,11 @@ * Jekyll * [Jekyll](https://jekyllrb.com/) * [Bootstrap](http://getbootstrap.com/) * Reasonable default things + * An MIT License file Should work fine for both RVM- and rbenv-based setups ## Installation @@ -49,20 +50,21 @@ Now do cd naming_things_is_hard bundle - rake + bundle exec rake And presuming that passes OK git add . git commit -m 'First commit' - Then try + Then try (in 2 different windows) - bundle exec rake run + bundle exec rake run:sass + bundle exec rake run:app which will launch Compass and then run the app (at http://localhost:9292) For post-install hints, try @@ -82,11 +84,11 @@ cd hello_from_the_magic_tavern bundle bundle exec jekyll serve - which will launch the site (at http://localhost:4000) + which will launch the site (at http://localhost:4000/hello-from-the-magic-tavern/) And presuming that works OK git add . git commit -m 'First commit' @@ -102,9 +104,10 @@ * --bootstrap * Bootstrap major version to include * Default: 3 * Possible values: 3, 4 + * VERY EXPERIMENTAL * --licensor * Name to include in the license file ---