Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove note about node-gyp issues during installation.

Since libxslt is now an optional peer dependency, it will not be installed along with enketo-transformer, so this note is irrelevant.

In 'Prerequisites', we tell people to install libxslt separately (if necessary) and we do inform them of the requirements there.
  • Loading branch information
JGreenlee authored Nov 9, 2023
1 parent 5d12ef4 commit d824bcd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ Install Enketo Transformer with:
npm install enketo-transformer
```

*If you face issues during installation:* Verify that [these requirements](https://github.com/nodejs/node-gyp#on-unix) are met. We depend on upstream XSLT and XML C++ libraries that require compilation upon installation using [node-gyp](https://github.com/nodejs/node-gyp).

### Node

```ts
Expand Down

0 comments on commit d824bcd

Please sign in to comment.