From 8a91f927f51fc96221dd553baef5dbe73b8b9b4c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 10 Feb 2012 23:37:54 -0800 Subject: clarify npm install command in less docs --- docs/less.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 92b9099f5..9f7df3ec9 100644 --- a/docs/less.html +++ b/docs/less.html @@ -717,8 +717,8 @@

Node with makefile

-

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

-
$ npm install less
+

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

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

-- cgit v1.2.3 From a63663a3b6309e98068a79b863b0f77031e5035e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 11 Feb 2012 00:02:28 -0800 Subject: fix type in less docs per #1902 --- docs/less.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 9f7df3ec9..0d1527fb3 100644 --- a/docs/less.html +++ b/docs/less.html @@ -123,7 +123,7 @@

Operations

-

Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiple, divide, add, and subtract your way to CSS sanity.

+

Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiply, divide, add, and subtract your way to CSS sanity.

-- cgit v1.2.3