diff --git a/README.md b/README.md index d4779ed..a98b27a 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ I can't provide information for all distributions, but in general it should be l - `readline` should be installed already, otherwise try your package manager as well. - `cpr` is a bit more complicated: - On Arch, there is a package in the [AUR](https://aur.archlinux.org/packages/cpr). - - On Fedora, there is also a package via [rpm][https://src.fedoraproject.org/rpms/cpr]. + - On Fedora, there is also a package via [rpm](https://src.fedoraproject.org/rpms/cpr). - There might be packages for other distributions, check out the [CPR project on Github](https://github.com/libcpr/cpr#packages-for-linux-distributions). - - If there is no package available for your distribution, see [below](# Installing cpr as a local CMAKE dependency) + - If there is no package available for your distribution, see [Installing cpr as a local CMake dependency](# Installing cpr as a local CMake dependency). **Mac OS**: - I recommend installing packages with [Homebrew](https://brew.sh). @@ -46,7 +46,7 @@ I can't provide information for all distributions, but in general it should be l **Windows**: - Currently, I have no idea regarding windows, sorry for that. -### Installing cpr as a local CMAKE dependency +### Installing cpr as a local CMake dependency - There is also the option to install `cpr` directly as a dependency through `CMake`. For this, in `CMakeLists.txt`, replace the line ```