summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeshamTB <hishaminv@gmail.com>2022-03-24 11:05:04 +0300
committerBenBE <BenBE@geshi.org>2022-03-24 15:49:13 +0100
commita2ca7583a9ba2e57eb9e9316aad52c9248aae092 (patch)
tree8006dbae592365d25e5454c1ac55cd2a61dd0404
parent469ae7a0bdd37204dc8c07286fcd942ce84e9755 (diff)
README: Add Archlinux build dependency install command
Signed-off-by: HeshamTB <hishaminv@gmail.com>
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index e4831f89..8ef5893c 100644
--- a/README
+++ b/README
@@ -62,6 +62,11 @@ sudo apt install libncursesw5-dev autotools-dev autoconf build-essential
sudo dnf install ncurses-devel automake autoconf gcc
~~~
+**Archlinux/Manjaro**
+~~~ shell
+sudo pacman -S ncurses automake autoconf gcc
+~~~
+
### Compile from source:
To compile from source, download from the Git repository (`git clone` or downloads from [GitHub releases](https://github.com/htop-dev/htop/releases/)), then run:
~~~ shell

© 2014-2024 Faster IT GmbH | imprint | privacy policy