From b851e86e0011d92a5c77bf5388bcbb810c089808 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Robichet?= Date: Sat, 17 Sep 2011 00:54:15 +0300 Subject: [PATCH] `npm install less` instead of `npm install lessc` --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index da818cb3..3efafec5 100644 --- a/index.html +++ b/index.html @@ -1877,7 +1877,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).