We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ebaee commit d35b6c0Copy full SHA for d35b6c0
README.md
@@ -20,8 +20,8 @@ required [node.js](http://nodejs.org/) & [bower](http://bower.io/) & [grunt](htt
20
$ git submodule init
21
$ git submodule update
22
$ npm install
23
- $ bower install
24
- $ grunt
+ $ bower install (./node_modulesode_modules/bower/bin/bower install)
+ $ grunt (./node_modules/grunt-cli/bin/grunt)
25
$ cd dist/
26
$ open index.html
27
bower.json
@@ -10,7 +10,7 @@
10
"license": "MIT",
11
"repository": {
12
"type": "git",
13
- "url": "https://github.com/onokumus/Bootstrap-Admin-Template"
+ "url": "https://github.com/onokumus/Bootstrap-Admin-Template.git"
14
},
15
"bugs": {
16
"url": "https://github.com/onokumus/Bootstrap-Admin-Template/issues"
0 commit comments