README.md in half-pipe-0.3.0.alpha.1 vs README.md in half-pipe-0.3.0.alpha.2

- old
+ new

@@ -8,10 +8,20 @@ ## Who is this For? This initial release assumes you have been using [Grunt.js](http://www.gruntjs.com) in non-Rails apps and would like to start using it in Rails as well. It uses [Bower](http://bower.io) for dependency management, [RequireJS](http://www.requirejs.org) for Javascript modules and Sass for CSS. If you use alternatives to these tools, we'd love to hear from you. +## Alpha Version + +**NOTE** This README refers to the current stable version of Half Pipe (v0.2.4 at the time of writing). To use the new, Grunt-based workflow see our [milestones][] and install an alpha version by specifying: + +``` +gem 'half-pipe', '~>0.3.0.alpha' +``` + +in your Gemfile. + ## Looking for Contributors If you take a look at our [issue board on waffle.io](http://waffle.io/d-i/half-pipe) you'll see that we have some big plans for future releases of Half Pipe. If you are interested in working on a feature or fixing a bug, please feel free to move the issue to "In Progress" and send a PR when you're ready. If you have ideas or questions, please feel free to [open an issue](https://github.com/d-i/half-pipe/issues/new). ## Getting Started @@ -110,11 +120,11 @@ - Use Almond for requirejs optimization so as not to need requirejs in production ## Roadmap -We're currently undergoing some pretty major changes in the Half Pipe workflow. See our [milestones](/d-i/half-pipe/issues/milestones) for what's coming in the near future. +We're currently undergoing some pretty major changes in the Half Pipe workflow. See our [milestones][] for what's coming in the near future. ## Future Features - Precompilation of client-side templates - Javascript module generator @@ -126,5 +136,7 @@ - Middleman support - Support for most popular [AltJS](http://www.altjs.com) languages - BYO support for less common languages - Automatic symlinking of CSS files within bower to SCSS partials within `app/styles` - Read .bowerrc for Bower directory + +[milestones]: http://github.com/d-i/half-pipe/issues/milestones