summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorratioguy <176092341+ratioguy@users.noreply.github.com>2025-05-22 00:44:10 +0000
committerGitHub <noreply@github.com>2025-05-22 00:44:10 +0000
commit2496465b4f435e0a21d22467ff78a8e1fffad6b9 (patch)
treec1413143015255dd6a6721e0aafae574d841f179 /README.md
parente04eb75712f1db31201cf832e47cfd92ace6ec08 (diff)
Add gentoo update repo command
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd7e658..30d6173 100644
--- a/README.md
+++ b/README.md
@@ -177,7 +177,9 @@ sudo pacman -S libx11 libxinerama gcc make</code></pre>
<details>
<summary>Gentoo</summary>
-<pre><code>sudo emerge --ask x11-libs/libX11 x11-libs/libXinerama sys-devel/gcc sys-devel/make</code></pre>
+<pre><code>sudo emerge --ask x11-libs/libX11 x11-libs/libXinerama sys-devel/gcc sys-devel/make
+sudo emaint -a sync
+</code></pre>
</details>
<details>