17b55ca3 by bootflat

update getting started

1 parent 1130d611
...@@ -41,7 +41,7 @@ Bootflat is fully responsive, built for mobile-first in mind. It provides off sc ...@@ -41,7 +41,7 @@ Bootflat is fully responsive, built for mobile-first in mind. It provides off sc
41 41
42 * Clone the repo: `git clone https://github.com/bootflat/bootflat.github.io.git` 42 * Clone the repo: `git clone https://github.com/bootflat/bootflat.github.io.git`
43 * Install with [npm](https://www.npmjs.org/) `npm install bootflat` 43 * Install with [npm](https://www.npmjs.org/) `npm install bootflat`
44 * Install with [bower](http://bower.io/)? `bower install Bootflat` 44 * Install with [bower](http://bower.io/) `bower install Bootflat`
45 45
46 The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go. 46 The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go.
47 47
......
...@@ -83,17 +83,26 @@ ...@@ -83,17 +83,26 @@
83 <dd><a href="free-psd.html">Bootflat UI Kit</a> is PSD User Interface Pack including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.</dd> 83 <dd><a href="free-psd.html">Bootflat UI Kit</a> is PSD User Interface Pack including a set of beautiful and pure components, which you can use to create startup projects, websites or iOS/Android Apps.</dd>
84 </dl> 84 </dl>
85 </div> 85 </div>
86 <!-- Download 86 <!--
87 ================================================== --> 87 ================================================== -->
88 <div class="docs-article docs--start" id="download"> 88 <div class="docs-article docs--start" id="download">
89 <h3>Download</h3> 89 <h3>Download</h3>
90 <p>Download the latest official release of Bootflat and get started!</p> 90 <p>Download the latest official release of Bootflat and get started!</p>
91 <ul class="item__infos"> 91 <ul class="item__infos">
92 <li>Version 2.0.1</li> 92 <li>Version 2.0.1</li>
93 <li>Released December 18th, 2013</li> 93 <li>Released April 03 2014</li>
94 </ul> 94 </ul>
95 <p><a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat Framework (v2.0.1)</a></p> 95 <p><a class="btn btn-primary" href="https://github.com/bootflat/bootflat.github.io/archive/master.zip">Download Bootflat Framework (v2.0.1)</a></p>
96 <p>You can also <a href="https://github.com/bootflat/bootflat.github.io">clone it on GitHub</a> to get the bleeding edge release. </p> 96 </div>
97 <!--
98 ================================================== -->
99 <div class="docs-article docs--start" id="Install">
100 <h3>Install</h3>
101 <ul class="item__infos">
102 <li>Clone the repo: <code>git clone https://github.com/bootflat/bootflat.github.io.git</code></li>
103 <li>Install with <a href="https://www.npmjs.org/" target="_blank" rel="nofollow">npm</a> <code>npm install bootflat</code></li>
104 <li>Install with <a href="http://bower.io/" target="_blank" rel="nofollow">bower</a> <code>bower install Bootflat</code></li>
105 </ul>
97 </div> 106 </div>
98 <!-- What's included 107 <!-- What's included
99 ================================================== --> 108 ================================================== -->
......