Skip to content

Commit 23f0df4

Browse files
committed
Merge pull request #4977 from AgDude/bower-instructions
add bower and npm packages to home page
2 parents 5cfcc05 + 50dd9f8 commit 23f0df4

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

misc/site/index.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,17 @@ <h1 class="text-center">Angular UI Grid</h1>
8787
Tutorial
8888
</a>
8989
</p>
90-
90+
<div class="row">
91+
<div class="col-sm-6 text-left">
92+
<h4>Bower</h4>
93+
<pre>bower install angular-ui-grid</pre>
94+
</div>
95+
<div class="col-sm-6 text-left">
96+
<h4>NPM</h4>
97+
<pre>npm install angular-ui-grid</pre>
98+
</div>
99+
</div>
100+
<br>
91101
<div class="alert alert-info">
92102
<h3 class="text-center">
93103
UI Grid <strong>v3.0.0</strong> has been released! Check out the <a class="info-link" href="https://github.com/angular-ui/ui-grid">project on GitHub</a> for more information.

0 commit comments

Comments
 (0)