1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 13:41:13 +02:00

update readme

This commit is contained in:
Lars Melchior 2020-04-13 19:59:59 +02:00
parent 6dacddb28b
commit 326f4c64d5

View file

@ -29,7 +29,7 @@ This template is a collection from learnings of previous projects and should all
- Clone this repo and replace all occurrences of "Greeter" in the [CMakeLists.txt](CMakeLists.txt) with the name of your project
- Replace the source files with your own
- For single-header libraries: see the comments in [CMakeLists.txt](CMakeLists.txt)
- Add your codecov token in the [ubuntu workflow](.github/workflows/ubuntu.yml) or remove the codecov step
- Add your project's codecov token to your projects github secrets under `CODECOV_TOKEN`
- Happy coding!
### Build and run test suite