readme update

This commit is contained in:
nek0 2015-04-16 05:03:28 +02:00
parent 5daedf202f
commit 8ff0a29eaa
2 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ This project aims to be an implementation for a trust based POS for hackerspaces
###External dependencies ###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 ###Internal dependencies

View file

@ -9,9 +9,8 @@ $if null avatars
$else $else
$forall (Entity aId avatar) <- avatars $forall (Entity aId avatar) <- avatars
<article .article> <article .article>
<a href=@{ModifyAvatarR aId}> <a href=@{ModifyAvatarR aId} style="background-image: url(@{GetAvatarR aId})">
<p>#{avatarIdent avatar} <p>#{avatarIdent avatar}
<img src=@{GetAvatarR aId}>
<ul> <ul>
<li> <li>