diff options
| author | Fuwn <[email protected]> | 2023-05-30 01:02:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-30 01:02:54 -0700 |
| commit | 29b8a8d79ae29f50bfa445b0d38b4e78efa7b101 (patch) | |
| tree | 0f0ef0d61e275b36cb2b9ed3bd4dd41ae8febeee /README.md | |
| parent | docs(readme): add example usage (diff) | |
| download | nectar-29b8a8d79ae29f50bfa445b0d38b4e78efa7b101.tar.xz nectar-29b8a8d79ae29f50bfa445b0d38b4e78efa7b101.zip | |
docs(readme): update aur instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -10,6 +10,14 @@ ### Arch Linux +#### With an AUR-helper + +```shell +yay -S nectar +``` + +#### Manually + ```shell sudo pacman -S --needed base-devel git clone https://aur.archlinux.org/nectar.git |