Skip to content

Commit 6dd5f31

Browse files
committed
docs: Add eye reasoner to server requirements
1 parent faf86fc commit 6dd5f31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ This repository contains SolidLab research artefacts on use of UMA in the Solid
1515

1616
In order to run this project you need to perform the following steps.
1717

18-
1. Ensure that you are using Node.js 20 or higher, e.g. by running `nvm use`. (see [.nvmrc](./.nvmrc))
18+
1. Install the [eye reasoner](https://github.com/eyereasoner/eye/) and have `eye` available on your path.
19+
2. Ensure that you are using Node.js 20 or higher, e.g. by running `nvm use`. (see [.nvmrc](./.nvmrc))
1920
2. Enable Node.js Corepack with `corepack enable`.
2021
3. Run `yarn install` in the project root (this will automatically call `yarn build`).
2122
4. Run `yarn start`.

0 commit comments

Comments
 (0)