Update README.md

This commit is contained in:
Dave Varon 2020-11-02 09:25:23 -05:00 committed by GitHub
parent 7bfb1bb9f9
commit 3902d26eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,8 @@ then execute `npm i -g notion-enhancer` in the command prompt.
**macOS** **macOS**
[install node.js](https://nodejs.org/en/download/) (_a computer restart may be required here_), [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 sudo chmod -R a+wr /usr/local/lib/node_modules