From 2b1fdb11841b09249317bb40cb197b47639d7dcd Mon Sep 17 00:00:00 2001 From: Emmanuel Ogbizi Date: Wed, 15 Apr 2020 19:27:44 -0400 Subject: [PATCH] Update example shell integration to show shimming --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 387640d..80daabe 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,8 @@ The contents of a `.nvmrc` file **must** be the `` (as described by `nv You can use [`avn`](https://github.com/wbyoung/avn) to deeply integrate into your shell and automatically invoke `nvm` when changing directories. `avn` is **not** supported by the `nvm` development team. Please [report issues to the `avn` team](https://github.com/wbyoung/avn/issues/new). +You can also use [`nvshim`](https://github.com/iamogbz/nvshim) to shim `node` and automatically use the `.nvmrc` file in the current directory. `nvshim` is **not** supported by the `nvm` development team. Please [report issues to the `nvshim` team](https://github.com/iamogbz/nvshim/issues/new). + If you prefer a lighter-weight solution, the recipes below have been contributed by `nvm` users. They are **not** supported by the `nvm` development team. We are, however, accepting pull requests for more examples. #### bash