From d76c305cbb55c40d19ca96fb093e40b59eebfcaf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Oct 2012 14:42:07 -0700 Subject: remove 'at twitter' part of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index d9850fda0..82d515d19 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [Twitter Bootstrap](http://twitter.github.com/bootstrap) [![Build Status](https://secure.travis-ci.org/twitter/bootstrap.png)](http://travis-ci.org/twitter/bootstrap) ================= -Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat) at Twitter. +Bootstrap is a sleek, intuitive, and powerful front-end framework for faster and easier web development, created and maintained by [Mark Otto](http://twitter.com/mdo) and [Jacob Thornton](http://twitter.com/fat). To get started, checkout http://getbootstrap.com! -- cgit v1.2.3 From fda641fb6cf78c577309b88668b5bae0b6f6912b Mon Sep 17 00:00:00 2001 From: Bradly Feeley Date: Sat, 13 Oct 2012 18:37:18 -0700 Subject: Updating README link about Less compilation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 82d515d19..23268862b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ $ npm install recess connect uglify-js jshint -g ``` + **build** - `make` -Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. Read more in our docs » +Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. Read more in our docs » + **test** - `make test` Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed. -- cgit v1.2.3 From 92e7f166e7b65259cffcf20a27984bc365dd8b48 Mon Sep 17 00:00:00 2001 From: fat Date: Mon, 29 Oct 2012 21:27:34 -0700 Subject: remove haunt, remove bootstrap dir, add bower support --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 23268862b..b383981d7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To get started, checkout http://getbootstrap.com! Quick start ----------- -Clone the repo, `git clone git://github.com/twitter/bootstrap.git`, or [download the latest release](https://github.com/twitter/bootstrap/zipball/master). +Clone the repo, `git clone git://github.com/twitter/bootstrap.git`, [download the latest release](https://github.com/twitter/bootstrap/zipball/master), or install with twitter's [Bower](//twitter.github.com/bower): `bower install bootstrap`. -- cgit v1.2.3 From f595e146d604c24ff3ab4e76267973d5d6ce452e Mon Sep 17 00:00:00 2001 From: fat Date: Mon, 29 Oct 2012 21:29:05 -0700 Subject: http link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b383981d7..cefe24afb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To get started, checkout http://getbootstrap.com! Quick start ----------- -Clone the repo, `git clone git://github.com/twitter/bootstrap.git`, [download the latest release](https://github.com/twitter/bootstrap/zipball/master), or install with twitter's [Bower](//twitter.github.com/bower): `bower install bootstrap`. +Clone the repo, `git clone git://github.com/twitter/bootstrap.git`, [download the latest release](https://github.com/twitter/bootstrap/zipball/master), or install with twitter's [Bower](http://twitter.github.com/bower): `bower install bootstrap`. -- cgit v1.2.3