Skip to content

Commit 30428db

Browse files
committed
fixed install guide
1 parent 77662a8 commit 30428db

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.verb.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
3333
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
3434
$ cd yourfoldername
3535
$ npm install
36+
$ bower install
3637
$ npm run build
3738
$ grunt serve
3839
```
@@ -44,6 +45,7 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
4445
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
4546
$ cd yourfoldername
4647
$ npm install
48+
$ bower install
4749
$ npm run buildrtl
4850
$ grunt serve
4951
```

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Bootstrap-Admin-Template
2-
* [![Build Status](https://travis-ci.org/onokumus/Bootstrap-Admin-Template.svg)](https://travis-ci.org/onokumus/Bootstrap-Admin-Template)
2+
* [![Build Status](https://travis-ci.org/onokumus/Bootstrap-Admin-Template.svg)](https://travis-ci.org/onokumus/Bootstrap-Admin-Template)
33
* [![Dependency Status](https://david-dm.org/onokumus/Bootstrap-Admin-Template.svg?theme=shields.io)](https://david-dm.org/onokumus/Bootstrap-Admin-Template)
44
* [![devDependency Status](https://david-dm.org/onokumus/Bootstrap-Admin-Template/dev-status.svg?theme=shields.io)](https://david-dm.org/onokumus/Bootstrap-Admin-Template#info=devDependencies)
55
* [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
@@ -34,6 +34,7 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
3434
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
3535
$ cd yourfoldername
3636
$ npm install
37+
$ bower install
3738
$ npm run build
3839
$ grunt serve
3940
```
@@ -45,6 +46,7 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
4546
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
4647
$ cd yourfoldername
4748
$ npm install
49+
bower install
4850
$ npm run buildrtl
4951
$ grunt serve
5052
```
@@ -109,11 +111,11 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
109111
* [metisMenu](https://github.com/onokumus/metisMenu)
110112

111113
## Author
112-
114+
113115
**Osman Nuri Okumuş**
114-
116+
115117
+ [github/onokumus](https://github.com/onokumus)
116-
+ [twitter/onokumus](http://twitter.com/onokumus)
118+
+ [twitter/onokumus](http://twitter.com/onokumus)
117119

118120

119121
## License

0 commit comments

Comments
 (0)