aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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.