Difference between revisions of "Ruby-haml"

From Bashlinux
Jump to: navigation, search
 
Line 6: Line 6:
 
gem install haml
 
gem install haml
 
</nowiki></pre>
 
</nowiki></pre>
  +
  +
  +
==Links ==
  +
* [[http://nex-3.com/posts/74-haml-errors-suck| HAML Errors]]

Revision as of 08:16, 21 February 2010

Installation

Install as root the ruby gem

 gem install haml
 


Links