summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymen <48295969+Aym3nJ@users.noreply.github.com>2024-04-04 05:19:42 +0000
committerDavid Peter <sharkdp@users.noreply.github.com>2024-04-07 20:00:06 +0200
commitc6a6dccd95e1b0b8d749b18cf0b3fe9d6dfdeb96 (patch)
tree59aa683f747e5a5748c4bc1f8cde2d152923e30a
parentd712879c9fdbf597e5badafff0e4c8d2ebe69681 (diff)
Fix the Arch url to repo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7795e08..8567f83 100644
--- a/README.md
+++ b/README.md
@@ -206,7 +206,7 @@ apk add hyperfine
### On Arch Linux
-On Arch Linux, hyperfine can be installed [from the official repositories](https://www.archlinux.org/packages/community/x86_64/hyperfine/):
+On Arch Linux, hyperfine can be installed [from the official repositories](https://archlinux.org/packages/extra/x86_64/hyperfine/):
```
pacman -S hyperfine
```