aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-05-30 00:33:48 -0700
committerGitHub <[email protected]>2023-05-30 00:33:48 -0700
commit03819e9fc81e4f037fe7ac7973b514607dbe1dfd (patch)
tree34c2801fdcca03256a120b1bbd7d96743c7cd36a /README.md
parentfix(pkgbuild): move pkgbuild to aur (diff)
downloadnectar-03819e9fc81e4f037fe7ac7973b514607dbe1dfd.tar.xz
nectar-03819e9fc81e4f037fe7ac7973b514607dbe1dfd.zip
docs(readme): add aur instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e0f9a8b..597844e 100644
--- a/README.md
+++ b/README.md
@@ -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
```