aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2013-09-09 17:23:14 -0300
committerRaúl Benencia <rul@kalgan.cc>2013-09-09 17:23:14 -0300
commit931f39e470ff0aae732ff60abb2947481989620e (patch)
tree585f1c9b07e624f443566213261c9dc34c6c8229
parentb5d3651f958ffa668ee2cbbfa3381b5e45df1ecc (diff)
Fix indendation
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index a87e1d7..d571a07 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,10 @@ lazymail main features are:
## Installation
A cabal build system will be available in the followings days. For the moment, use the following pseudo-algorithm to compile lazymail:
-```cd src/
-missingDeps <- ghc -o Main Main.hs
-mapM (\dep -> cabal install dep) missingDeps
-```
+
+ cd src/
+ missingDeps <- ghc -o Main Main.hs
+ mapM (\dep -> cabal install dep) missingDeps
## Usage
The first thing you'll want to do is edit `customConfig` function, in **Config.hs** file. This function has some user configuration in order for the client to work. Edit `initialFile` and point it to the root of your maildirs hierarchy. Re-compile the program.
nihil fit ex nihilo