diff --git a/README.md b/README.md index ee3fc7042631d335588948fdd0eda362c4f734c1..cea872c726da7fe0833d41f86d61e093c700738d 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.