Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions content/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ A [Node.js](https://nodejs.org/en/download/) runtime is required to execute this

![Supported Node.js version can be found in the package.json file](https://img.shields.io/node/v/@opentermsarchive/engine?color=informational&label=Supported%20Node.js%20version)

Note that older versions of `git` will work but can slow the engine down. It's recommended to use git version 2.29 or higher, and to run:
```
git commit-graph write --reachable --changed-paths
```
in the snapshot and version repositories. This will significantly increase performance, especially if combined with the `--skipPreRun` and `--skipSnapshots` or `--skipReadBack` options.

### Getting started

This engine is published as a [module on NPM](https://npmjs.com/package/@opentermsarchive/engine). The recommended install is as a dependency in a `package.json` file, next to a folder containing [declaration files](#declarations).
Expand Down