From 8c0744c62b53a356ab2f7e409cbe95346a93ddd6 Mon Sep 17 00:00:00 2001 From: Erik Funder Carstensen Date: Mon, 28 Aug 2023 12:00:15 +0200 Subject: [PATCH] Add dependencies command for Arch Linux --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 30ea6d05a..d1637351d 100644 --- a/README.md +++ b/README.md @@ -101,10 +101,11 @@ _ticked_ dependencies are mandatory to have installed. To install all of the above then run the respective below. -| Operating System | Shell command | -|------------------|---------------------------------------------------------------| -| Ubuntu 22+ | `apt install cmake g++ libboost-all-dev doxygen graphviz` | -| Fedora 36+ | `dnf install cmake gcc-c++ boost-devel doxygen graphviz` | +| Operating System | Shell command | +|------------------|----------------------------------------------------------------------| +| Ubuntu 22+ | `apt install cmake g++ libboost-all-dev doxygen graphviz` | +| Fedora 36+ | `dnf install cmake gcc-c++ boost-devel doxygen graphviz` | +| Arch Linux | `pacman -S --needed cmake gcc boost-libs doxygen graphviz` | ## Usage