diff options
-rw-r--r-- | projects.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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.") |