Skip to content

Commit 9f5ee92

Browse files
committed
update README.md
1 parent 458e053 commit 9f5ee92

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,24 @@ Free Admin Template with Twitter Bootstrap
33

44
### Installation
55

6+
#### 2.0 Version
7+
(required node.js[http://nodejs.org/])
8+
(required grunt[http://gruntjs.com/getting-started])
69
$ git clone https://github.com/onokumus/Bootstrap-Admin-Template.git yourfoldername
710
$ cd yourfoldername
811
$ git submodule init
912
$ git submodule update
1013
$ npm install
11-
$ grunt
14+
$ grunt (before npm install -g grunt-cli)
1215
$ cd dist/
1316
$ 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
1424

1525
### Demo
1626

0 commit comments

Comments
 (0)