From 17feca53e759bb664a036dd1a8b93d6e6e35daa8 Mon Sep 17 00:00:00 2001
From: Cherie Yang <cyang@common-lisp.net>
Date: Mon, 24 Apr 2017 14:23:14 -0400
Subject: [PATCH] Update README

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ee3fc70..cea872c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 ## dependencies
 
-This project uses cl-mustache for HTML templating: 
+This project uses cl-mustache for HTML templating.
 
     (ql:quickload 'cl-mustache)
 
@@ -10,3 +10,8 @@ Load this project with this command:
 
     (asdf:load-system 'cl-site)
 
+To generate the static files: 
+
+    (cl-site::make-site)
+
+The output files will be generated in the `output/` directory. 
-- 
GitLab