Skip to content

Commit cbf9dea

Browse files
close #126 | describe how to install with npm
1 parent 3c86792 commit cbf9dea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ <h1>Assign CSS class <code>rapido</code> to the <code>&lt;article&gt;</code> ele
8181
<p>Rapido can be used in a web document created from scratch or within an existing document, the CSS class <code>rapido</code> makes Rapido not invasive with respect to existing CSS code.</p>
8282
</figcaption>
8383
</figure>
84+
<h2>Install with npm</h2>
85+
<p>Alternatively, you may want to install Rapido using <a href="https://www.npmjs.com/">npm</a>. This is especially useful when you want to add Rapido as a dependency of your application.</p>
86+
<pre>
87+
<code>npm install @nextbitlabs/rapido</code>
88+
</pre>
8489
<h2>Get your hands dirty</h2>
8590
<p>If you want to try Rapido then you need the skeleton of an HTML document. The next code snippet provides a minimal template, copy the snippet in a fresh HTML file.</p>
8691
<figure>

0 commit comments

Comments
 (0)