diff options
| author | Fuwn <[email protected]> | 2023-05-30 01:02:54 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-30 01:02:54 +0000 |
| commit | 8a9a5e4409424f72f574807ca91818312460dd8c (patch) | |
| tree | 0f0ef0d61e275b36cb2b9ed3bd4dd41ae8febeee | |
| parent | docs(readme): add example usage (diff) | |
| download | nectar-8a9a5e4409424f72f574807ca91818312460dd8c.tar.xz nectar-8a9a5e4409424f72f574807ca91818312460dd8c.zip | |
docs(readme): update aur instructions
| -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 |