Fixed curl C++ wrapper library from AUR

This commit is contained in:
David Allen 2024-06-09 00:09:20 -06:00
parent 846bc4932f
commit e225312197
No known key found for this signature in database
GPG key ID: 1D2A29322FBB6FCB

View file

@ -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: