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

Update README.md

This commit is contained in:
Lars Melchior 2020-04-13 18:12:09 +02:00 committed by GitHub
parent 2725840926
commit c2943ec551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 - 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 - Replace the source files with your own
- For single-header libraries: see the comments in [CMakeLists.txt](CMakeLists.txt) - For single-header libraries: see the comments in [CMakeLists.txt](CMakeLists.txt)
- Replace the codecov token in the [ubuntu workflow](.github/workflows/ubuntu.yml) or remove the codecov step - Add your codecov token in the [ubuntu workflow](.github/workflows/ubuntu.yml) or remove the codecov step
- Happy coding! - Happy coding!
### Build and run test suite ### Build and run test suite