Skip to content

Commit

Permalink
fix aur installation, note repackaged dependency rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonwocky committed Dec 27, 2021
1 parent 3b60d9e commit 331b5ad
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
1 change: 0 additions & 1 deletion about/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ this should not be a problem, but it is something to be aware of.
(e.g. `desktop/insert/repo` or `extension/repo`) and link it to your fork:

```
git checkout dev
git remote set-url origin https://github.com/your_github_username/your_fork_name.git
// e.g. git remote set-url origin https://github.com/dragonwocky/repo.git
git fetch
Expand Down
5 changes: 4 additions & 1 deletion documentation/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ for dependency-free installation and brings the Notion app to Linux.

3. The app icon is replaced with the notion-enhancer logo.

4. The app is re-compiled into exectuable form by the [electron-builder](https://www.electron.build/).
4. The dependency cache (`node_modules`) is emptied & the correct dependencies for
the target platform downloaded.

5. The app is re-compiled into exectuable form by the [electron-builder](https://www.electron.build/).

The app can then be directly installed or uninstalled with the notion-enhancer included
as if it were any other normal app. The autoupdater is a little unreliable at this stage,
Expand Down
11 changes: 3 additions & 8 deletions getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,10 @@ sudo rpm -i <downloaded file>.rpm

#### ![](../assets/icons/arch-linux.svg){.inline-icon .mr-1} Arch Linux, ![](../assets/icons/manjaro.svg){.inline-icon .mx-1} Manjaro →

To install the app via package manager:
The app can be installed from the AUR using an AUR helper (e.g. `yay`):

```
sudo pacman -Syu
sudo pacman -S notion-app-enhanced
// or
sudo pacman -S notion-app
```
- [notion-app](https://aur.archlinux.org/packages/notion-app/)
- [notion-app-enhanced](https://aur.archlinux.org/packages/notion-app-enhanced/)

Otherwise, you can download the `.pacman` and install it manually:

Expand Down

0 comments on commit 331b5ad

Please sign in to comment.