Skip to content

Commit d35b6c0

Browse files
committed
update README
1 parent 18ebaee commit d35b6c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
2020
$ git submodule init
2121
$ git submodule update
2222
$ npm install
23-
$ bower install
24-
$ grunt
23+
$ bower install (./node_modulesode_modules/bower/bin/bower install)
24+
$ grunt (./node_modules/grunt-cli/bin/grunt)
2525
$ cd dist/
2626
$ open index.html
2727

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/onokumus/Bootstrap-Admin-Template"
13+
"url": "https://github.com/onokumus/Bootstrap-Admin-Template.git"
1414
},
1515
"bugs": {
1616
"url": "https://github.com/onokumus/Bootstrap-Admin-Template/issues"

0 commit comments

Comments
 (0)