This commit is contained in:
Leo Horie 2015-05-01 09:29:54 -04:00
parent 45c69ae97b
commit 144818e316

View file

@ -86,7 +86,7 @@
</code></pre>
<hr>
<h3 id="component">Component</h3>
<p><a href="http://component.io">Component</a> is another package manager for <a href="http://nodejs.org/">NodeJS</a>. If you&#39;re using NodeJS already or planning on using <a href="http://gruntjs.com/">Grunt</a> to create a build system, you can use Component to conveniently keep up-to-date with Mithril versions.</p>
<p><a href="http://component.github.io">Component</a> is another package manager for <a href="http://nodejs.org/">NodeJS</a>. If you&#39;re using NodeJS already or planning on using <a href="http://gruntjs.com/">Grunt</a> to create a build system, you can use Component to conveniently keep up-to-date with Mithril versions.</p>
<p>Assuming you have NodeJS installed, you can install Component by typing this in the command line:</p>
<pre><code>npm install -g component
</code></pre><p>And you can download Mithril by typing this:</p>