1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-29 17:20:09 +02:00

Update bower and readme

This commit is contained in:
konpa
2015-06-18 09:49:03 +02:00
parent fc82a86f0a
commit e7411b3f8a
2 changed files with 10 additions and 2 deletions

View File

@@ -69,12 +69,16 @@ _2 ways of using devicon:_
<i class="devicon-git-plain-wordmark colored"></i>
```
##### NPM package
##### NPM and Bower packages
You can install devicon as a dependency to your project
You can install devicon as a dependency to your project either with NPM or Bower
```
// NPM
npm install --save devicon
// Bower
bower install --save devicon
```
<sub>Final font is build with [Icomoon app](https://icomoon.io/)</sub>