aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Benencia <rul@kalgan.cc>2013-09-09 17:22:14 -0300
committerRaúl Benencia <rul@kalgan.cc>2013-09-09 17:22:14 -0300
commitb5d3651f958ffa668ee2cbbfa3381b5e45df1ecc (patch)
tree44ec7526950a06b1f84162111af1e55dad3700c1
parenta235680181e6731911cffcd72441ec9f3cc1e3ff (diff)
Fix indendation
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 94cd93f..a87e1d7 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,8 @@ lazymail main features are:
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```
+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