Skip to content

Commit 0f24e57

Browse files
author
craftpip
committed
added Install section
1 parent ce4eb49 commit 0f24e57

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

index.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,25 @@ <h1>Practical Uses</h1>
303303
</script>
304304
</section>
305305

306+
<!-- Installation -->
307+
<section id="installation">
308+
<h1>Installation</h1>
309+
<p><strong>Download </strong> <br>
310+
Download the Latest version and use files in the <code>/dist/</code> folder.
311+
</p>
312+
<p><strong>via Bower: </strong> <br>
313+
<code>
314+
$ bower install craftpip/jquery-confirm
315+
</code>
316+
</p>
317+
<p><strong>via Npm: </strong> <br>
318+
<code>
319+
$ npm install jquery-confirm
320+
</code>
321+
</p>
322+
323+
</section>
324+
306325
<!-- basic usage -->
307326
<section id="usage">
308327
<h1>Quick Usage</h1>

0 commit comments

Comments
 (0)