Skip to content

Commit

Permalink
Merge pull request angular-ui#4977 from AgDude/bower-instructions
Browse files Browse the repository at this point in the history
add bower and npm packages to home page
  • Loading branch information
AgDude committed Jan 16, 2016
2 parents 5cfcc05 + 50dd9f8 commit 23f0df4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion misc/site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,17 @@ <h1 class="text-center">Angular UI Grid</h1>
Tutorial
</a>
</p>

<div class="row">
<div class="col-sm-6 text-left">
<h4>Bower</h4>
<pre>bower install angular-ui-grid</pre>
</div>
<div class="col-sm-6 text-left">
<h4>NPM</h4>
<pre>npm install angular-ui-grid</pre>
</div>
</div>
<br>
<div class="alert alert-info">
<h3 class="text-center">
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.
Expand Down

0 comments on commit 23f0df4

Please sign in to comment.