From 6b23015f735d6080670dd358bb6f61cc9a828580 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Wed, 28 Jul 2021 20:15:25 +0200 Subject: [PATCH] Updated parse.js documentation --- parse.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/parse.js b/parse.js index 69f53d0..aaba640 100755 --- a/parse.js +++ b/parse.js @@ -13,6 +13,9 @@ // To avoid problems with permissions and path variables, install modules // into project's directory using: // $ npm install jsdom jquery showdown highlightjs@9.12.0 +// It is also advisable to add a script into .git/hooks directory, that will run +// this script before every commit. It should be named 'pre-commit' and it should +// contain the following line: `./parse.js`. const fs = require('fs');