README.md in ember_script-0.0.2 vs README.md in ember_script-0.0.3

- old
+ new

@@ -1,25 +1,33 @@ -# ember-script-ruby +# EmberScript-Ruby Provides a lightweight ruby wrapper around [EmberScript](https://github.com/ghempton/ember-script). `EmberScript.compile(source)` +## Installation + +This gem requires that an `ember-script` command be available in the current path. Being as EmberScript is still in early development, it is best to install via npm from git. After installing [Node.js](http://nodejs.org/), run the following command: + +``` +sudo npm install -g 'git://github.com/ghempton/ember-script.git#HEAD' +``` + ## Rails Integration -Should work out of the box with Sprockets or Tilt. EmberScript files should use the '.em' extension. +After following the installation instructions above, simply add the following to your gemfile: -## Installation +``` +gem 'ember_script-rails' +``` -This gem requires that an `ember-script` command be available in the current path. Being as EmberScript is still in early development, it is best to install via npm from source. After installing [Node.js](http://nodejs.org/), run the following commands: +## Plain Ruby ``` -git clone git@github.com:ghempton/ember-script.git -cd ember-script -sudo npm install -g +gem 'ember_script' ``` -## Contributing to ember-script-ruby +## Contributing to EmberScript-Ruby * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet. * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it. * Fork the project. * Start a feature/bugfix branch.