From 129f8ceaec01e4b28aab1d5acb97945ff181cd70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 22 Sep 2023 20:28:27 +0200 Subject: [PATCH] fix links in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ```