Skip to content

Commit a5b8aa4

Browse files
committed
README: update instructions for Arch
We have a meta package `base-devel` that defines the basic tools to build Arch Linux packages. Just install that and its dependencies, and `ncurses`. Also add `--needed` to skip packages that are installed already.
1 parent 8c4ad99 commit a5b8aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sudo zypper install ncurses-devel ncurses-devel-static automake autoconf gcc mak
8686

8787
**Archlinux/Manjaro**
8888
~~~ shell
89-
sudo pacman -S ncurses automake autoconf gcc
89+
sudo pacman -S --needed base-devel ncurses
9090
~~~
9191

9292
**macOS**

0 commit comments

Comments
 (0)