From 3902d26eea062919f3785840b910623f1d9c32eb Mon Sep 17 00:00:00 2001 From: Dave Varon Date: Mon, 2 Nov 2020 09:25:23 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06e883b..c38d83f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,8 @@ then execute `npm i -g notion-enhancer` in the command prompt. **macOS** [install node.js](https://nodejs.org/en/download/) (_a computer restart may be required here_), -then execute the following lines in the terminal: +then execute the following lines in the terminal. +Omit the first line if using [Node Version Manager](https://github.com/nvm-sh/nvm), as the `node_modules` directory will be located elsewhere and will likely already be owner-writable. ``` sudo chmod -R a+wr /usr/local/lib/node_modules