From 7dc7db78a4d6d84f8d487021fbf27cf072a06a18 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 28 May 2012 17:57:15 +0200 Subject: Notes on installation --- README.markdown | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 9a02035..a482387 100644 --- a/README.markdown +++ b/README.markdown @@ -11,6 +11,8 @@ a file, since I find those kind of tools often "get in the way". Instead, this tool just tries to help where necessary. +You can install it using `cabal install stylish-haskell`. + Features -------- @@ -23,16 +25,6 @@ Feature requests are welcome! Use the [issue tracker] for that. [issue tracker]: https://github.com/jaspervdj/stylish-haskell/issues -VIM integration ---------------- - -Since it works as a filter it is pretty easy to integrate this with VIM. -Just call - - :%!stylish-haskell - -or add a keybinding for it. - Example ------- @@ -69,3 +61,13 @@ into: import Data.Map (Map, keys, (!)) import qualified Data.Map as M + +VIM integration +--------------- + +Since it works as a filter it is pretty easy to integrate this with VIM. +Just call + + :%!stylish-haskell + +or add a keybinding for it. -- cgit v1.2.3