From b837d9db920b2a3469b85a1974532c957c5fdcbd Mon Sep 17 00:00:00 2001 From: nek0 Date: Tue, 7 Apr 2015 02:23:42 +0200 Subject: [PATCH] readme update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56d7b08..0fcd047 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ In order to build yammat you need the packages `cabal-install`, `ghc` and `postg ###Internal dependencies +Before installing the internal dependencies it is best practice to put the project into a sandbox with `cabal sandbox init`. + All internal dependencies are in the file `yammat.cabal` and will be installed automagically with the command `cabal install --only-dependencies`. ##Building