Attempt to revert README back to normal lol

This commit is contained in:
runargs 2020-11-03 01:58:39 -05:00
parent 8c3610a9d6
commit bd6be7cce8

View File

@ -28,37 +28,30 @@ a chrome extension may be coming soon for web client support.
## installation ## installation
> **if you are updating from v0.7.0,** things have changed, more information is available > coming from <= v0.7.0? things are a bit different - have a read of [the update guide](UPDATING.md)
> in this [update guide](UPDATING.md). please read that before following these instructions. > before following these instructions.
- ensure that no notion windows/processes are running by ending all Notion processes in your task manager. during installation/removal, make sure no notion processes are running! (check your task manager.)
- `CMD + ALT + ESC` on mac and `CTRL + SHIFT + ESC` on windows/linux to open task manager
- [install node.js](https://nodejs.org/en/download/) **win10, macOS**
- you may need to restart your computer
- notion-enhancer will use node.js, you do not need to interact with it aside from downloading to install notion-enhancer 1. [install node.js](https://nodejs.org/en/download/) (_a computer restart may be required here._)
- open your computer's terminal, **not Node.js command prompt** 2. execute `npm i -g notion-enhancer` in the terminal/command prompt.
- **windows 10:** search in your start menu (click windows key or icon in bottom left of screen) for *'cmd'* or *'command prompt'*
- **mac:** search in spotlight (magnifying glass in top right of screen) for `*terminal*' **debian/ubuntu, chromeOS, WSL (to modify the win10 app)**
- 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:** execute the following lines in the terminal:
```
npm i -g notion-enhancer ```
``` bash curl -sL https://deb.nodesource.com setup_current.x | sudo -E bash -
- **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 apt-get install -y nodejs
``` sudo npm i -g notion-enhancer
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 **arch linux, manjaro**
npm i -g notion-enhancer
``` install the [aur package](https://aur.archlinux.org/packages/notion-enhancer)
- **debian/ubuntu, chromeOS, WSL (to modify the win10 app):** with your aur helper (e.g. `yay -S notion-enhancer`).
```
bash curl -sL https://deb.nodesource.com setup_current.x | sudo -E bash -
sudo apt-get install -y nodejs
npm i -g 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`).
### command-line interface ### command-line interface