diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-05 18:13:20 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-05 18:13:20 +0100 |
commit | 3f13de078743f876df5adf64e021b7214d12e3f4 (patch) | |
tree | 9475694593d70eb13e2a692677cf446dbc87ac69 /web/tutorials/01-installation.markdown | |
parent | 5ee1339ad4255185f41187e93a022eb143b138f8 (diff) | |
download | hakyll-3f13de078743f876df5adf64e021b7214d12e3f4.tar.gz |
Update installation tutorial
Diffstat (limited to 'web/tutorials/01-installation.markdown')
-rw-r--r-- | web/tutorials/01-installation.markdown | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown index 260ae2d..131971f 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -45,3 +45,8 @@ different distributions. cabal install hakyll [cabal]: http://www.haskell.org/cabal/ + +Linux distro packages: + +- [Archlinux (AUR)](https://aur.archlinux.org/packages/haskell-hakyll/) +- [Debian unstable](http://packages.debian.org/source/sid/haskell-hakyll) |