From e09e9650eb22931870265ce8a16b0fe9a585a992 Mon Sep 17 00:00:00 2001 From: Christoph Heine <6852422+heinezen@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:04:30 +0200 Subject: [PATCH] do: Fix 'pacman' parameter. (#116) --- doc/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building.md b/doc/building.md index daaabf1..2b104c7 100644 --- a/doc/building.md +++ b/doc/building.md @@ -21,7 +21,7 @@ For clang: `sudo apt-get install clang` ###### Archlinux ``` -sudo pacman -Syu --as-needed cmake flex make clang gcc +sudo pacman -Syu --needed cmake flex make clang gcc ``` ###### Gentoo