From 9f59648702787dd6622e63d3103c815adfb44526 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 29 Mar 2013 14:04:11 -0700 Subject: [PATCH] add link to github project on getting started section --- docs/docs.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index bf46cb34ca..1350d667eb 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -22,17 +22,22 @@ title: Bootstrap Documentation

There are three easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

-

Compiled CSS and JS

+

Compiled CSS and JS

The fastest way to get started: get the compiled and minified versions of our CSS, JavaScript, and fonts. No documentation or original source files are included.

Download Bootstrap

-

Project source code

+

Latest source code

Get the original files for all CSS and JavaScript, along with a local copy of the docs by downloading the latest version directly from GitHub.

Download Bootstrap source

-

Bower

+

Clone or fork via GitHub

+

Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.

+

GitHub repository

+
+
+

Bower

Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

{% highlight bash %}$ bower install bootstrap{% endhighlight %}
-- 2.47.2