From cfc2353059df628c67d19a3c5c3ead2cc6051f53 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 Jan 2012 23:59:22 -0800 Subject: front page docs updated to include old getting started section, update code styles to look like github gists, and lots more docs updates --- docs/less.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 7d3efd296..05398e966 100644 --- a/docs/less.html +++ b/docs/less.html @@ -403,8 +403,8 @@ Node with makefile -

Install the less command line compiler with npm by running the following command:

-
$ npm install lessc
+

Install the LESS command line compiler with npm by running the following command:

+
$ npm install less

Once installed just run make from the root of your bootstrap directory and you're all set.

Additionally, if you have watchr installed, you may run make watch to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).

@@ -422,7 +422,7 @@ Command line -

If you already have the less command line tool installed, simply run the following command:

+

Install the LESS command line tool via Node and run the following command:

$ lessc ./lib/bootstrap.less > bootstrap.css

Be sure to include --compress in that command if you're trying to save some bytes!

-- cgit v1.2.3