From 815789f3163913d87da8d3c6c37e910bec87a884 Mon Sep 17 00:00:00 2001 From: Jon Eskin Date: Sat, 2 Apr 2022 09:47:54 -0400 Subject: Add missing tutorial instruction. --- projects.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects.scm b/projects.scm index 3be8559..3dd47a7 100644 --- a/projects.scm +++ b/projects.scm @@ -193,7 +193,8 @@ out-of-the-box.")) ,(call-with-input-file "snippets/haunt.scm" highlight-scheme) (p "In a new directory, save the above to a file named " (code "haunt.scm") ".") - (p "Create a subdirectory named " (code "posts") ".") + (p "Create subdirectories named " (code "posts") " and " (code "images") + ".") (p "Add the following to a new file named " (code "posts/hello.md") ":") ,(call-with-input-file "snippets/haunt-hello.md" raw-snippet) (p "Run " (code "haunt build") " to build the site.") -- cgit v1.2.3