summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorratioguy <176092341+ratioguy@users.noreply.github.com>2025-05-22 05:18:59 +0000
committerGitHub <noreply@github.com>2025-05-22 05:18:59 +0000
commit25d9f8e40555b8693b7ce54c29e75eb03935308d (patch)
tree3d52d38d4bca44f2257f197915bb6e24ad5492c4
parent2496465b4f435e0a21d22467ff78a8e1fffad6b9 (diff)
change pacman -S to pacman -Syy
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30d6173..c743a0d 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ sudo apt install libx11-dev libxinerama-dev build-essential</code></pre>
<details>
<summary>Arch Linux / Manjaro</summary>
-<pre><code>sudo pacman -S
+<pre><code>sudo pacman -Syy
sudo pacman -S libx11 libxinerama gcc make</code></pre>
</details>