From deb3f2d13f6f44539141fd81303e780c4d14a622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 10 Oct 2024 07:30:28 +0200 Subject: [PATCH] README: Fix specified C++ standard (c++20). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d8c982..9b287a6 100644 --- a/README.md +++ b/README.md @@ -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: -- A C++ compiler compatible with GNU99 C (preferably GCC). +- A C++ compiler compatible with C++20 (preferably GCC). - SQLite3 C/C++ library - Make