From 57fad5d8c3f9967b8571781d0940df0ed88dcc48 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 7 Feb 2021 14:43:08 +0100 Subject: README: Add missing pkg-config to arch install instructions --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5414a4b..14c814e 100644 --- a/README.rst +++ b/README.rst @@ -114,7 +114,7 @@ Arch .. code-block:: shell - sudo pacman -S pugixml opencv pango cairo git python make clang rustup cargo + sudo pacman -S pugixml opencv pango cairo git python make clang rustup cargo pkgconf rustup install stable rustup default stable -- cgit