mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Keep it simple
Most people don't install gems from master branch and it's a bad idea to depend on availability of both rubygems and GitHub. In additiohn, since I don't distinguish stable and unstable versions, Hamlit on rubygem.org does not mean a stable release.
This commit is contained in:
parent
df7877c8f4
commit
1fa594f14e
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ Hamlit currently supports Ruby 2.1 and higher. See [REFERENCE.md](REFERENCE.md)
|
|||
Add this line to your application's Gemfile or just replace `gem "haml"` with `gem "hamlit"`.
|
||||
It enables rendering by Hamlit for \*.haml automatically.
|
||||
|
||||
Stable
|
||||
```rb
|
||||
gem 'hamlit'
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue