diff options
author | Jon Eskin <eskinjp@gmail.com> | 2022-04-02 09:47:54 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-04-15 10:24:13 -0400 |
commit | 815789f3163913d87da8d3c6c37e910bec87a884 (patch) | |
tree | 96f11f619af7f75ab5edf9280a6604d96084006f | |
parent | 5d8c12c65c021ad543f1dee3de1f2c3a50ad18ad (diff) |
Add missing tutorial instruction.
-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.") |