commit: b2247ff09fa408e2b7c62c81f5583aae0dadce57
Author: Horea Christian <chr <AT> chymera <DOT> eu>
AuthorDate: Tue Jan 5 07:32:41 2021 +0000
Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
CommitDate: Tue Jan 5 07:32:41 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2247ff0
Readme.md: typo
Signed-off-by: Horea Christian <chr <AT> chymera.eu>
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4b9bffe66..3c414946c 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ printf '*/*::science ~%s' "$(portageq envvar ARCH)" >>
/etc/portage/package.acce
Alternatively, and *only if you know what you are doing*, you can accept
`~${ARCH}` packages globally:
```console
-printf 'ACCEPT_KEYWORDS="~%s"' "$(portageq envvar ARCH)" >> lala
+printf 'ACCEPT_KEYWORDS="~%s"' "$(portageq envvar ARCH)" >>
/etc/portage/make.conf
```
The downside of this approach is potentially higher instability, the advantage
is that often `::science` packages require `~${ARCH}` packages from `::gentoo`
as well.