diff options
| author | Fuwn <[email protected]> | 2023-05-30 00:33:48 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-30 00:33:48 +0000 |
| commit | ea319f1d1c21e3d5ba764262376f807bf93d4801 (patch) | |
| tree | 34c2801fdcca03256a120b1bbd7d96743c7cd36a | |
| parent | fix(pkgbuild): move pkgbuild to aur (diff) | |
| download | nectar-ea319f1d1c21e3d5ba764262376f807bf93d4801.tar.xz nectar-ea319f1d1c21e3d5ba764262376f807bf93d4801.zip | |
docs(readme): add aur instructions
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ ```shell sudo pacman -S --needed base-devel -git clone https://github.com/Fuwn/nectar.git -cd nectar/archlinux +git clone https://aur.archlinux.org/nectar.git +cd nectar makepkg -si ``` |