Browse Source

Updated parse.js documentation

pull/105/head
Jure Šorn 3 years ago
parent
commit
6b23015f73
1 changed files with 3 additions and 0 deletions
  1. 3
      parse.js

3
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');

Loading…
Cancel
Save