From f3e28e08bf8fcadc784e8c917fa4312bcffd7689 Mon Sep 17 00:00:00 2001 From: cloudhead Date: Thu, 29 Apr 2010 17:54:34 -0400 Subject: [PATCH] added information on building less.js, in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 504c77c0..46482433 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,10 @@ synopsis ### in the browser +First, run `make less` in the command line. It will the *less.js* file in *dist/*. +Then, you can use it as such: + +To build a minified version, run `make min`