diff options
| author | Fuwn <[email protected]> | 2023-05-30 00:33:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-30 00:33:48 -0700 |
| commit | 03819e9fc81e4f037fe7ac7973b514607dbe1dfd (patch) | |
| tree | 34c2801fdcca03256a120b1bbd7d96743c7cd36a /README.md | |
| parent | fix(pkgbuild): move pkgbuild to aur (diff) | |
| download | nectar-03819e9fc81e4f037fe7ac7973b514607dbe1dfd.tar.xz nectar-03819e9fc81e4f037fe7ac7973b514607dbe1dfd.zip | |
docs(readme): add aur instructions
Diffstat (limited to 'README.md')
| -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 ``` |