aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2021-01-05 02:32:41 -0500
committerHorea Christian <chr@chymera.eu>2021-01-05 02:32:41 -0500
commitb2247ff09fa408e2b7c62c81f5583aae0dadce57 (patch)
treea0de5476a81e01d55834f0ffb94e0dd84826b6e5 /README.md
parentReadme.md: cleanup, style, formatting, grammar (diff)
downloadsci-b2247ff09fa408e2b7c62c81f5583aae0dadce57.tar.gz
sci-b2247ff09fa408e2b7c62c81f5583aae0dadce57.tar.bz2
sci-b2247ff09fa408e2b7c62c81f5583aae0dadce57.zip
Readme.md: typo
Signed-off-by: Horea Christian <chr@chymera.eu>
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.