diff --git a/README.md b/README.md index 02f8f19..33e8fa3 100644 --- a/README.md +++ b/README.md @@ -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: