docs about extract

This commit is contained in:
Leo Horie 2014-04-20 20:01:06 -04:00
parent bb54a3b675
commit f589a33842
9 changed files with 34 additions and 2 deletions

View file

@ -86,6 +86,11 @@
<p>Then, to use Mithril, point a script tag to the downloaded file:</p>
<pre><code class="lang-markup">&lt;script src=&quot;/components/lhorie/mithril/master/mithril.min.js&quot;&gt;&lt;/script&gt;</code></pre>
<hr>
<h3 id="rails">Rails</h3>
<p>Jordan Humphreys created a gem to allow integration with Rails:</p>
<p><a href="Mithril-Rails"><a href="https://github.com/mrsweaters/mithril-rails">https://github.com/mrsweaters/mithril-rails</a></a></p>
<p>It includes support for the <a href="https://github.com/insin/msx">MSX</a> HTML templating syntax from Jonathan Buchanan.</p>
<hr>
<h3 id="github">Github</h3>
<p>You can also fork the latest stable project <a href="https://github.com/lhorie/mithril">directly from Github</a>.</p>
<p>If you want to use the bleeding edge version, you can <a href="https://github.com/lhorie/mithril">fork the development repository</a>.</p>