Skip to content

Commit b651db5

Browse files
authored
Update README.md
1 parent 71c2817 commit b651db5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ This proxy assumes you have already selected nodenv's shim as your node runtime
1010

1111
## Installation
1212

13-
### nodenv plugin (recommended if you have a custom nodenv root)
13+
### nodenv plugin
14+
__(recommended if you have a custom nodenv root)__
1415

1516
This installation method allows the proxy to find nodenv root automatically;
1617
the tradeoff being that IntelliJ/WebStorm must be explicitly configured with the proxy's location.
@@ -25,7 +26,8 @@ After installation, set the [Package Manager path](#Package-Manager) to the outp
2526
echo "$(nodenv root)"/plugins/jetbrains-npm
2627
```
2728

28-
### jetbrains-aware git clone (recommended if your nodenv root is the default ~/.nodenv)
29+
### jetbrains-aware git clone
30+
__(recommended if your nodenv root is the default ~/.nodenv)__
2931

3032
This installation method enables JetBrains to find the npm proxy automatically, as it is relative to the node executable: `../lib/node_modules/npm/bin/npm-cli.js`; (relative to `shims/node`)
3133
the tradeoff requires ensuring the proxy can find your nodenv-root.

0 commit comments

Comments
 (0)