chore: remove readme as it isn't needed

This commit is contained in:
Gerard Gascón 2025-06-08 12:09:03 +02:00
parent 2f3a28e89c
commit f97d5dbaf3

View file

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