Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
Dioney Vitor committed Aug 6, 2016
1 parent bb4eb8d commit c099ec3
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@ Clone this repository or [Download Zip File](https://github.com/dioney/adminpure
git clone https://github.com/dioney/adminpure
```

## 1 Method:

Install NPM packages:
```
npm install --save
```
Option 1: Installation dependencies with bower (PureCSS, FontAwesome and ChartJS):
Installation dependencies with bower (PureCSS, FontAwesome and ChartJS):

```
bower install --save
```

Option 2: Instalation manual method
## 2 Method

Instalation manual method

Insert between <head></head> code:
Insert between `<head></head>` code:

```
<!-- Insert PureCSS -->
Expand All @@ -38,7 +42,7 @@ Insert between <head></head> code:
<link rel="stylesheet" href="assets/style.css">
```

Insert in end document before tag </body>
Insert in end document before tag `</body>`
```
<!-- Insert JavaScript manipulation, current use responsive utilities -->
<script src="assets/functions.js"></script>
Expand Down

0 comments on commit c099ec3

Please sign in to comment.