diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-03-26 15:05:49 +0200 | 
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2012-03-26 15:05:49 +0200 | 
| commit | d096db38f927b48d6379f86ec407b6bfa6dc8aaa (patch) | |
| tree | 7eed134fcb6b5dfe95a22cc86ffc0fcb2eb10ba7 /web/tutorials/01-installation.markdown | |
| parent | 188395a6b63906fa0b6e9d2b71cef8d415531feb (diff) | |
| download | hakyll-d096db38f927b48d6379f86ec407b6bfa6dc8aaa.tar.gz | |
Add a bit on actual installation in the tutorial
Diffstat (limited to 'web/tutorials/01-installation.markdown')
| -rw-r--r-- | web/tutorials/01-installation.markdown | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown index fc53626..260ae2d 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -35,3 +35,13 @@ Features include:  - powerful syntax highlighting;  - modules for common items such as tags and feeds;  - easily extensible. + +Installation +------------ + +Installation is provided using [cabal], and some packages are available for +different distributions. + +    cabal install hakyll + +[cabal]: http://www.haskell.org/cabal/  | 
