From 32f274c88acc21ed8b90c76893ff54d3683691ad Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Mon, 23 May 2016 20:27:10 +0200 Subject: [PATCH] docs(build): Updated Arch Linux dependency list --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec814b05..e62dba78 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A C++ compiler with C++14 support. For example `clang`. - NOTE: The application has only been tested against the `single-mon` fork. If you have trouble with your version of lemonbar, install the fork which is included in the `contrib` folder -- boost-libs +- boost - libx11 - libxrandr - wireless_tools @@ -38,7 +38,7 @@ A C++ compiler with C++14 support. For example `clang`. **With Pacman you can install the packages using:** ~~~ sh -$ pacman -S boost-libs libx11 libxrandr wireless_tools alsa-lib libmpdclient libsigc++ i3-wm +$ pacman -S boost libx11 libxrandr wireless_tools alsa-lib libmpdclient libsigc++ i3-wm ~~~ **With XBPS you can install the packages using:**