diff --git a/README.md b/README.md deleted file mode 100644 index 526d64f..0000000 --- a/README.md +++ /dev/null @@ -1,14 +0,0 @@ -# C++ Template with tests - -A CMake template with C++20 and Catch2 - ---- - -## Setup - -Under [test/Catch2](test/Catch2) run the following commands: - -```shell -$ cmake -B build -S . -DBUILD_TESTING=OFF -$ sudo cmake --build build/ --target install -```