fix readme

This commit is contained in:
Maximilian Keßler 2023-09-06 11:57:35 +02:00
parent 3d7015f63d
commit 25c7a61d8e
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -15,8 +15,8 @@ For example, if the output of the program is 1, then this means that even if an
The build uses [CMake](https://cmake.org). Additionally, you need the following libraries: The build uses [CMake](https://cmake.org). Additionally, you need the following libraries:
- [boost](https://www.boost.org): For some faster containers and JSON parsing - [boost](https://www.boost.org): For some faster containers and JSON parsing
- [cpr](https://libcpr.org): For easy requests (to download games from [hanab.live](https://hanab.live) - [cpr](https://libcpr.org): For easy requests (to download games from [hanab.live](https://hanab.live)
- [GNU readline](https://tiswww.cwru.edu/php/chet/readline/rltop.html): For the comman-line interface - [GNU readline](https://tiswww.cwru.edu/php/chet/readline/rltop.html): For the command-line interface.
Refer to the corresponding pages for installation instructions. On Linux distributions, readline is probably already installed. Refer to the corresponding pages for installation instructions. On Linux distributions, readline is probably already installed.
Note that the libraries are all FOSS software and GPL-compatible. Note that the libraries are all FOSS software and GPL-compatible.