Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-01-27 10:11:32 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-01-27 10:11:32 +0400
commita25f0cce95bc538f3aa19e9edf17ac3a353e334e (patch)
tree62769bf980858c5a9d704f1285c9eefa8eb8a06d /README.md
parented64276e5be1bbf808f2ab1451aa02522cc3aff0 (diff)
simplify readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 2 insertions, 23 deletions
diff --git a/README.md b/README.md
index b77eb95ae0..7dc9038a8c 100644
--- a/README.md
+++ b/README.md
@@ -6,27 +6,6 @@ Bootstrap is Twitter's toolkit for kickstarting CSS for websites, apps, and more
To get started -- checkout http://twitter.github.com/bootstrap!
-Usage
------
-
-You can use Twitter Bootstrap in one of two ways: just drop the compiled CSS into any new project and start cranking, or run LESS on your site and compile on the fly like a boss.
-
-Here's what the LESS version looks like:
-
-``` html
-<link rel="stylesheet/less" type="text/css" href="lib/bootstrap.less">
-<script src="less.js" type="text/javascript"></script>
-```
-
-Or if you prefer, the standard CSS way:
-
-``` html
-<link rel="stylesheet" type="text/css" href="bootstrap.css">
-```
-
-For more info, refer to the docs!
-
-
Versioning
----------
@@ -74,8 +53,8 @@ Developers
We have included a makefile with convenience methods for working with the Bootstrap library.
-+ **build** - `make build`
-This will run the less compiler on the bootstrap lib and generate a bootstrap.css and bootstrap.min.css file.
++ **build** - `make`
+This will run the less compiler on the bootstrap lib and regenerate the docs dir.
The lessc compiler is required for this command to run.
+ **watch** - `make watch`