0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

simplify readme

This commit is contained in:
Jacob Thornton 2012-01-26 22:11:32 -08:00
parent ed64276e5b
commit a25f0cce95

View File

@ -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! 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 Versioning
---------- ----------
@ -74,8 +53,8 @@ Developers
We have included a makefile with convenience methods for working with the Bootstrap library. We have included a makefile with convenience methods for working with the Bootstrap library.
+ **build** - `make build` + **build** - `make`
This will run the less compiler on the bootstrap lib and generate a bootstrap.css and bootstrap.min.css file. 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. The lessc compiler is required for this command to run.
+ **watch** - `make watch` + **watch** - `make watch`