README.md in bootstrap-bookingsync-sass-1.0.4 vs README.md in bootstrap-bookingsync-sass-1.0.5
- old
+ new
@@ -226,9 +226,22 @@
Make sure the file has `.scss` extension (or `.sass` for Sass syntax). If you have just generated a new Ember app, it may come with a `.css` file instead.
### Running
+#### Prerequisites
+You will need the following things properly installed on your computer.
+
+* [Node.js](http://nodejs.org/) (latest stable version, v7.7.1 at 2017-08-16)
+* [Bower](http://bower.io/)
+* [Ember CLI](http://www.ember-cli.com/)
+* [yarn](https://yarnpkg.com/en/)
+
+#### Installation
+* `yarn`
+* `bower install`
+
+#### Starting
* `ember server`
* Visit your app at http://localhost:4200 or from your Rails application if tight together.
### Running Tests