From e28b080c7989e9725beb1218dc45267fdd3b9bca Mon Sep 17 00:00:00 2001 From: Alexander Pirsig Date: Wed, 14 Dec 2011 16:48:50 +0100 Subject: [PATCH] changed npm package name to less --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 0206563e44..2468e97f53 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1974,7 +1974,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita Node with makefile

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

-
$ npm install lessc
+
$ 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).