From e168edf4f380165886490866a90a568432438dfd Mon Sep 17 00:00:00 2001 From: Stian Soiland-Reyes Date: Fri, 15 Jul 2022 14:57:47 +0100 Subject: [PATCH] about npm i --global npm seems to need --global for the `rochtml` command to work, at least in Windows. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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: