readme update
This commit is contained in:
parent
5daedf202f
commit
8ff0a29eaa
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -9,9 +9,8 @@ $if null avatars
|
|||
$else
|
||||
$forall (Entity aId avatar) <- avatars
|
||||
<article .article>
|
||||
<a href=@{ModifyAvatarR aId}>
|
||||
<a href=@{ModifyAvatarR aId} style="background-image: url(@{GetAvatarR aId})">
|
||||
<p>#{avatarIdent avatar}
|
||||
<img src=@{GetAvatarR aId}>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue