fix links in readme

This commit is contained in:
Maximilian Keßler 2023-09-22 20:28:27 +02:00
parent 4adb835e7e
commit 129f8ceaec
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

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