README: Fix specified C++ standard (c++20).

This commit is contained in:
Nicolás A. Ortega Froysa 2024-10-10 07:30:28 +02:00
parent 81eced2636
commit deb3f2d13f

View File

@ -11,7 +11,7 @@ Ensure the `XDG_DATA_HOME` variable is set (e.g. to `$HOME/.local/share`).
To build the program you will require the following dependencies: To build the program you will require the following dependencies:
- A C++ compiler compatible with GNU99 C (preferably GCC). - A C++ compiler compatible with C++20 (preferably GCC).
- SQLite3 C/C++ library - SQLite3 C/C++ library
- Make - Make