From b78b86742b201307af7150e8a2f259c2e675f66f Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 21 Oct 2023 21:40:35 +0200 Subject: [PATCH] docs: add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7eebe68 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +## Purpose + +This project follows Ou Changkun's book [Modern C++ Tutorial: C++11/14/17/20 On the Fly](https://github.com/changkun/modern-cpp-tutorial). + +## Building + +Use the included `bootstrap.sh`, `build.sh` and `test.sh` scripts. + +## Prerequisites + +See `.nix/flake.nix` for all required tools.