aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fc9dab3..a2ee7a1 100644
--- a/README.md
+++ b/README.md
@@ -6,6 +6,6 @@ My personal PKGBUILDs.
For available packages, check out the different branches; Each one contains a single package. For installation of a selected package, clone it with
```sh
-$ git clone --branch <package_name> --single-branch https://github.com/pml68/PKGBUILDs <package_name>
+$ git clone --branch <package_name> --single-branch https://git.sr.ht/~pml68/PKGBUILDs <package_name>
```
Then you can enter the directory and install with your preferred tool (`makepkg`, `yay` etc.)