From ef1e9b475cfd4886a01b0f26b9c4b30533fa7939 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Sat, 29 May 2021 23:11:05 +0300 Subject: Fix binary's name in the first tutorial (#849) Fixes #847. --- web/tutorials/01-installation.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/tutorials/01-installation.markdown b/web/tutorials/01-installation.markdown index c41d9a6..fb19026 100644 --- a/web/tutorials/01-installation.markdown +++ b/web/tutorials/01-installation.markdown @@ -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 =========== -- cgit v1.2.3