README.md in edge_framework-0.5.0 vs README.md in edge_framework-0.6.0

- old
+ new

@@ -1,34 +1,35 @@ Welcome to Edge Framework ========================== -Edge is minimalist responsive front-end framework built with SASS. It is made for front-end developers that are working with dedicated designers. +Edge is a light-weight responsive SASS framework. It is built for developers that are working with dedicated designer. Edge offers non-intrusive and easily overriden style. -Edge is based on [Foundation by ZURB](http://www.zurb.com). Unlike Foundation, it is not intended for rapid-prototyping. +It is based on [Foundation by ZURB](http://www.zurb.com). Edge is MIT-licensed and absolutely free to use. Installation ============= +We distribute Edge using Rubygems, just type in the following commands on your `terminal`: + gem install edge_framework -Then in your Compass' `config.rb` +Windows PC doesn't come with Ruby pre-installed, so you can follow [this Ruby installation guide](https://docs.google.com/document/d/155e-Dx4SnQj_bMrM24kI4_ZEmBp-TQ_tuinhMvZsIhM/edit?usp=sharing) we wrote. After you installed Ruby, type in the command above on `cmd` (command prompt). - require 'edge_framework' +We assume that you know how to use Sass and Compass. If not, you can find a lot of decent tutorial on YouTube or other site. -Edge provides basic template for your project: +Template Generator +==================== +Edge can generate basic template for your project. Open `cmd` or `terminal` in your project directory and type in one of these commands: + 1. Standard HTML - edge create html <project_name> + `edge create html <project_name>` 2. Standard PHP - edge create php <project_name> + `edge create php <project_name>` -3. Coming soon: +3. Coming soon: Rails, Sinatra, Django, Flask - - Sinatra - - Rails - - Flask - - Django \ No newline at end of file