From 2d24aa961e4bd949e59dffb8802a44df925dc820 Mon Sep 17 00:00:00 2001 From: runargs <39810066+runargs@users.noreply.github.com> Date: Tue, 3 Nov 2020 02:00:10 -0500 Subject: [PATCH] Attempt 2 to revert README back to unmodified --- README.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index edc138e..06e883b 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,22 @@ a chrome extension may be coming soon for web client support. during installation/removal, make sure no notion processes are running! (check your task manager.) -**win10, macOS** +**win10** -1. [install node.js](https://nodejs.org/en/download/) (_a computer restart may be required here._) -2. execute `npm i -g notion-enhancer` in the terminal/command prompt. +[install node.js](https://nodejs.org/en/download/) (_a computer restart may be required here_), +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: + +``` +sudo chmod -R a+wr /usr/local/lib/node_modules +sudo chmod -R a+wr /usr/local/bin +sudo chmod -R a+wr /Applications/Notion.app/Contents/Resources +npm i -g notion-enhancer +``` **debian/ubuntu, chromeOS, WSL (to modify the win10 app)** @@ -45,7 +57,7 @@ execute the following lines in the terminal: ``` bash curl -sL https://deb.nodesource.com setup_current.x | sudo -E bash - sudo apt-get install -y nodejs -sudo npm i -g notion-enhancer +npm i -g notion-enhancer ``` **arch linux, manjaro**