summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4be51f7..29a62fd 100644
--- a/README.md
+++ b/README.md
@@ -299,10 +299,9 @@ sudo pkg install gcc gmake libX11 libXinerama</code></pre>
<details>
<summary>Termux</summary>
-<pre><code>
+<pre><code>pkg install x11-repo
pkg update
-pkg install xcb-util-keysyms xorgproto libxcursor libx11 libxinerama libandroid-wordexp
-</code></pre>
+pkg install clang make xcb-util-keysyms xorgproto libxcursor libx11 libxinerama libandroid-wordexp</code></pre>
</details>
---