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

update comment about removing unused files

This commit is contained in:
Lars Melchior 2020-04-14 14:53:08 +02:00
parent 3234ae9084
commit 9a848564ff

View file

@ -32,7 +32,7 @@ This template is the result of learnings from many previous projects and should
- Add your project's codecov token to your project's github secrets under `CODECOV_TOKEN`
- Happy coding!
Remember to eventually remove any unused files, such as the standalone directory or irrelevant tests for your project.
Eventually, you can remove any unused files, such as the standalone directory or irrelevant github workflows for your project.
### Build and run the standalone target