From 2deed25d383b5631f23e5a7e2944bd654a4d981f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=B3=D8=A7=D9=84=D9=85=20=D9=85=D8=AD=D9=85=D8=AF=20?= =?UTF-8?q?=D8=B4=D9=85=D8=A7=D8=AE?= <58360393+superastorh@users.noreply.github.com> Date: Sat, 6 Mar 2021 11:51:33 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c30f7d2..93d6eb2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ this is fork from https://github.com/notion-enhancer/notion-enhancer to install ``` -npm i https://github.com/superastorh/notion-enhancer +npm i -g https://github.com/superastorh/notion-enhancer ``` notion.so is a pretty awesome tool already, but there's always room for improvements. @@ -51,20 +51,20 @@ a chrome extension may be coming soon for web client support. - type and enter the following line(s) based on your operating system, if there are multiple lines, make sure to enter them _one by one_ . - **windows 10:** ``` - npm i -g notion-enhancer + npm i -g https://github.com/superastorh/notion-enhancer ``` - **mac:** this may ask you to enter your password, instead of hiding your password with \*\*\* symbols, mac terminal hides it by making it invisible. simply type your password and click enter. ``` 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 + npm i -g https://github.com/superastorh/notion-enhancer ``` - **debian/ubuntu, chromeOS, wsl (to modify the win10 app):** ``` bash curl -sL https://deb.nodesource.com setup_current.x | sudo -E bash - sudo apt-get install -y nodejs - npm i -g notion-enhancer + npm i -g https://github.com/superastorh/notion-enhancer ``` - **arch linux, manjaro:** - install the [aur package](https://aur.archlinux.org/packages/notion-enhancer) with your aur helper (e.g. `yay -S notion-enhancer`).