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 94abede..c9781ff 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ If you are running arch linux then you can install QuickMedia from aur: [https:/
Installing `lld` (the LLVM linker) can improve compile times.\
There is also an unofficial ebuild for gentoo users. On gentoo you can install QuickMedia by running these commands:
```bash
-eselect repository add overlay-from-plan9 git https://gitea.plan9.rocks/9/overlay-from-plan9
+eselect repository add overlay-from-plan9 git https://git.plan9.rocks/cat/overlay-from-plan9
emerge --sync overlay-from-plan9
emerge -av quickmedia
```