We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458e053 commit 9f5ee92Copy full SHA for 9f5ee92
1 file changed
README.md
@@ -3,14 +3,24 @@ Free Admin Template with Twitter Bootstrap
3
4
### Installation
5
6
+#### 2.0 Version
7
+(required node.js[http://nodejs.org/])
8
+(required grunt[http://gruntjs.com/getting-started])
9
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
10
$ cd yourfoldername
11
$ git submodule init
12
$ git submodule update
13
$ npm install
- $ grunt
14
+ $ grunt (before npm install -g grunt-cli)
15
$ cd dist/
16
$ open index.html
17
+
18
+#### 1.2 Version
19
+ $ git clone -b v1.2 https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
20
+ $ cd yourfoldername
21
+ $ git submodule init
22
+ $ git submodule update
23
+ $ open index.html
24
25
### Demo
26
0 commit comments