1
0
Fork 0

docs: add readme

main
mandlm 2023-10-21 21:40:35 +02:00
parent 92dd9b38ee
commit b78b86742b
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 11 additions and 0 deletions

11
README.md Normal file
View File

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