From e21c744a57d4bcfadd6aac61d88d849d683e44c9 Mon Sep 17 00:00:00 2001 From: Alex Kalicki Date: Sun, 29 Sep 2013 18:17:46 -0400 Subject: [PATCH 1/2] Added abridged form of 'What's included' docs to README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d55d5c2dae..6194fdc05c 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,29 @@ Three quick start options are available: * Clone the repo: `git clone git://github.com/twbs/bootstrap.git`. * Install with [Bower](http://bower.io): `bower install bootstrap`. +### What's included + +Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: + +``` +bootstrap/ +├── css/ +│ ├── bootstrap.css +│ ├── bootstrap.min.css +│ ├── bootstrap-theme.css +│ └── bootstrap-theme.min.css +├── js/ +│ ├── bootstrap.js +│ └── bootstrap.min.js +└── fonts/ + ├── glyphicons-halflings-regular.eot + ├── glyphicons-halflings-regular.svg + ├── glyphicons-halflings-regular.ttf + └── glyphicons-halflings-regular.woff +``` + +We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). Fonts from Glyphicons are included, as is the optional Bootstrap theme. + Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. From 80d74c1bf708bf6821c8f326e80b5640fb112893 Mon Sep 17 00:00:00 2001 From: Alex Kalicki Date: Sun, 29 Sep 2013 20:45:55 -0400 Subject: [PATCH 2/2] Moved 'getting started' link out of 'What's included' section in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6194fdc05c..bb49a73171 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Three quick start options are available: * Clone the repo: `git clone git://github.com/twbs/bootstrap.git`. * Install with [Bower](http://bower.io): `bower install bootstrap`. +Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. + ### What's included Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: @@ -37,8 +39,6 @@ bootstrap/ We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). Fonts from Glyphicons are included, as is the optional Bootstrap theme. -Read the [Getting Started page](http://getbootstrap.com/getting-started/) for information on the framework contents, templates and examples, and more. - ## Bugs and feature requests