diff options
author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-17 17:50:36 +0100 |
---|---|---|
committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-12-17 17:50:36 +0100 |
commit | 6433dc6c522e70109afa49b6ab7fcc175b2ec82e (patch) | |
tree | f21719ff7eb819600e0ec1778943092b568d6d71 /web | |
parent | e6868dde0c51db61b41550d62c92f0798fc7f3e8 (diff) | |
download | hakyll-6433dc6c522e70109afa49b6ab7fcc175b2ec82e.tar.gz |
Thanks @nudded
Diffstat (limited to 'web')
-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 a0a0f3a..1a48013 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -13,6 +13,11 @@ different distributions. [cabal]: http://www.haskell.org/cabal/ +If you have a recent installation of `cabal` and your time is somewhat valuable, +use: + + $ cabal install -j hakyll + Linux distro packages: - [Archlinux (AUR)](https://aur.archlinux.org/packages/haskell-hakyll/) |