Skip to content

Commit

Permalink
Manual installation: add note on preinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
fnogatz committed Jul 10, 2019
1 parent b9b70de commit cfe3813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Using [npm](http://npmjs.org/), you can install xsd2json by calling this:
npm install -g xsd2json
```

Or simply clone this repository:
Or simply clone this repository and manually run the `preinstall` scripts to [create pre-compiled Prolog files](https://github.com/fnogatz/xsd2json/tree/master/lib-pl#pre-compilation):

```bash
git clone https://github.com/fnogatz/xsd2json.git
npm run preinstall
```

## Usage as CLI
Expand Down

0 comments on commit cfe3813

Please sign in to comment.