Skip to content

Commit 4a4701e

Browse files
committed
docs: fix typo
1 parent 8bf19bc commit 4a4701e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ If you want to customize the `postinstall` behavior, you can do so using any of
179179
* Setting the `NODE_LLAMA_CPP_POSTINSTALL` environment variable to `<behavior>` before running `npm install`.
180180
* Configuring `config.nodeLlamaCppPostinstall` on your project's `package.json` to `<behavior>`.
181181
<br/>
182-
This will only work when your module is installed globally using `npm -g` or for a non-library project when you run `npm install` in the project root; it will not work when your module is installed as a dependency of another module.
182+
This will only work when your module is installed globally using `npm install -g` or for a non-library project when you run `npm install` in the project root; it will not work when your module is installed as a dependency of another module.
183183

184184
Where `<behavior>` can be one of the following options:
185185
* **`auto` (default)**: the default behavior explained above.

0 commit comments

Comments
 (0)