From 45b7c63c8c8906f7676a0c721a6c0928fd26cede Mon Sep 17 00:00:00 2001 From: MathiasB Date: Sat, 26 Aug 2017 14:16:54 +0200 Subject: [PATCH] Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 70e8fe4..ad4d22c 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,13 @@ Example of the index template: 1. Run Koekr from the command line: $ koekr + + Use the `--watch` command line argument if you want Koekr to listen for file changes. Koekr listens for: + + * Changes in the `assets` directory (not in subdirectories at the moment) + * Changes in the `pages` directory (not in subdirectories at the moment) + * Changes to the config file + * Changes to the template file (only if it's a single file at the moment) 1. Profit!