Skip to content
Open
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ In most cases `rochtml` is the most appropriate tool unless the crate you are de
To install this from npm type:

```bash
npm install ro-crate-html-js
npm install --global ro-crate-html-js
```

If you don't need the `rochtml` command line tool on your path, or just want to use the JavaScript library, you can skip the `--global` option.

## Develop

To make changes to this code:
Expand Down