summaryrefslogtreecommitdiff
path: root/web/tutorials/01-installation.markdown
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2021-07-17 20:19:28 +0200
committerIgor Pashev <pashev.igor@gmail.com>2021-07-17 20:19:28 +0200
commit8ce817dd4453f35ce92afa531c540554429c7299 (patch)
tree90236cdc7e59bdf99b32467b89adcb8c5a0b8e22 /web/tutorials/01-installation.markdown
parentb861c20ff2d7460061e73492e3a945e48ef40bac (diff)
parentd739fd1eea40de9ded3b4f682c849d3c31eba92c (diff)
downloadhakyll-8ce817dd4453f35ce92afa531c540554429c7299.tar.gz
Merge branch 'master' of https://github.com/jaspervdj/hakyll
Diffstat (limited to 'web/tutorials/01-installation.markdown')
-rw-r--r--web/tutorials/01-installation.markdown6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown
index 16e73c8..fb19026 100644
--- a/web/tutorials/01-installation.markdown
+++ b/web/tutorials/01-installation.markdown
@@ -21,7 +21,7 @@ Hakyll.
3. There are also some Linux distro packages:
- - [Debian unstable](http://packages.debian.org/source/sid/haskell-hakyll)
+ - [Debian](https://packages.debian.org/source/stable/haskell-hakyll)
- [Fedora](https://apps.fedoraproject.org/packages/ghc-hakyll)
- [Nix]: `$ nix-env -iA nixos.haskellPackages.hakyll`
@@ -51,11 +51,11 @@ use `cabal new-run site [command]`.
You can build the site using:
- my-site build
+ site build
And preview (and build) it using:
- my-site watch
+ site watch
Using stack
===========