diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 26ed7f01..2c80a614 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ npm update npm install ``` +If you are modifying any files ending with .pug, the pug cli needs to be installed with the following command (with root privileges): +``` +npm install -g pug-cli +``` +and then run `./script.sh` to generate pages in the background. + ### Build ``` npm run build |