diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-21 20:36:08 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-21 20:36:08 +0200 |
commit | 853e6db3123415c57aabd7ae3644ebe28a46939f (patch) | |
tree | d1c7cc9950601faec12bc5402499a949a68e8a86 | |
parent | 4985a93892272de5c7371340785f9e5e99cc2b2f (diff) |
cat
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |