summaryrefslogtreecommitdiffhomepage
path: root/README.markdown
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-05-28 17:57:15 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-05-28 17:57:15 +0200
commit7dc7db78a4d6d84f8d487021fbf27cf072a06a18 (patch)
tree3b5f74eee9b87d7e8eb1077c1cf47d7d2dae9760 /README.markdown
parentd98b2bb54767d1ab8e9050636334635ecb2cf766 (diff)
downloadstylish-haskell-7dc7db78a4d6d84f8d487021fbf27cf072a06a18.tar.gz
Notes on installation
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown22
1 files changed, 12 insertions, 10 deletions
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.