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
* Clone the repo: `git clone https://github.com/bootflat/bootflat.github.io.git`
* Install with [npm](https://www.npmjs.org/) `npm install bootflat`
* Install with [bower](http://bower.io/)? `bower install Bootflat`
* Install with [bower](http://bower.io/) `bower install Bootflat`
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.
......
......@@ -83,17 +83,26 @@
<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>
</dl>
</div>
<!-- Download
<!--
================================================== -->
<div class="docs-article docs--start" id="download">
<h3>Download</h3>
<p>Download the latest official release of Bootflat and get started!</p>
<ul class="item__infos">
<li>Version 2.0.1</li>
<li>Released December 18th, 2013</li>
<li>Released April 03 2014</li>
</ul>
<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>
<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>
</div>
<!--
================================================== -->
<div class="docs-article docs--start" id="Install">
<h3>Install</h3>
<ul class="item__infos">
<li>Clone the repo: <code>git clone https://github.com/bootflat/bootflat.github.io.git</code></li>
<li>Install with <a href="https://www.npmjs.org/" target="_blank" rel="nofollow">npm</a> <code>npm install bootflat</code></li>
<li>Install with <a href="http://bower.io/" target="_blank" rel="nofollow">bower</a> <code>bower install Bootflat</code></li>
</ul>
</div>
<!-- What's included
================================================== -->
......