From 044c572f16767b6bac94b8acc353e1a4075f5b2d Mon Sep 17 00:00:00 2001 From: nek0 Date: Thu, 16 Apr 2015 05:03:28 +0200 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d72058a..529a66e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project aims to be an implementation for a trust based POS for hackerspaces ###External dependencies -In order to build yammat you need the packages `cabal-install`, `ghc` and `postgresql`. Furthermore you need the Haskell packages `alex` and `happy`. To install these enter `cabal install alex happy` into your command line. +In order to build yammat you need the packages `cabal-install`, `ghc`, `libmagick++-dev` and `postgresql`. Furthermore you need the Haskell packages `alex` and `happy`. To install these enter `cabal install alex happy` into your command line. ###Internal dependencies