Skip to content

Commit

Permalink
README: Add Archlinux build dependency install command
Browse files Browse the repository at this point in the history
Signed-off-by: HeshamTB <[email protected]>
  • Loading branch information
HeshamTB authored and BenBE committed Mar 24, 2022
1 parent 469ae7a commit a2ca758
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2ca758

Please sign in to comment.