You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script will first download and install some dependencies (triple store, Node.js dependencies) and then execute the JS script `render.js`.
62
-
The latter should always be execute within `render.sh` since it requires some env variables to be set first.
60
+
The latter should always be executed within `render.sh` since it requires some env variables to be set first.
63
61
64
62
For Windows users, the script should be run in a [Cygwin shell](http://cygwin.com/). Git package from Cygwin distribution had better not be used. Alternative Git client distribution such as [Git for Windows](https://gitforwindows.org/) works better when you encounter an issue building the document using Cygwin.
65
63
66
64
### Automatic rendering
67
-
The repository is equipped with git hooks that automate the rendering process. To enable them, run `npm install`at the root folder. The hooks will render the documents automatically at every commit.
68
-
if you run the rending process manually or you do not want to execute the automatic process add `--no-verify` option to your commit command.
65
+
The repository is equipped with git hooks that automate the rendering process. To enable them, run `npm install`in the root folder. The hooks will render the documents automatically at every commit.
66
+
If you run the rending process manually or you do not want to execute the automatic process add `--no-verify` option to your commit command.
0 commit comments