From e225312197e917a87fa5812c542f3f2b21724ff4 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Sun, 9 Jun 2024 00:09:20 -0600 Subject: [PATCH] Fixed curl C++ wrapper library from AUR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea1fe28..9836a3f 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ Arch Linux users can simply install required libs through `pacman` and/or `yay`: ```bash pacman -S base-devel fmt sqlite rapidjson cmake libzip curl catch2 cxxopts -yay -S sqlitecpp curlcpp +yay -S sqlitecpp libcurlpp ``` After installing the packages, clone the submodules and link the headers: