From 8f8c9bbd0621e6ec1bbc6acac352466c6a41e103 Mon Sep 17 00:00:00 2001 From: Tim Oxley Date: Mon, 19 Sep 2011 10:10:51 +1000 Subject: [PATCH] Added installation one-liner --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 0b7bdc2..620d705 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,14 @@ This bundle was forked from `appden/less.tmbundle` but has since been rewritten Rendered in the ["Hunch Dark dimmed" theme](http://github.com/rsms/workenv/blob/master/textmate/Hunch-Dark-dimmed.tmTheme) +## Installation + +Copy and paste this line into your shell: + +``` +git clone https://github.com/appden/less.tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/less.tmbundle +``` + ## Compiling to CSS (⌘B) Runs `lessc` on the current file, saving to the same file name with a .css extension (e.g. style.less => style.css). When there is `lessc: somefile.less` somewhere in the current file, that file is compiled instead.