4. Modify README.md
February 23, 2018 ยท View on GitHub
After having activate Travis CI on your chapter, the README.md
file needs to be modified:
Each chapter starts with a status table like this:
Branch|[Travis CI](https://travis-ci.org)|[Codecov](https://www.codecov.io)
---|---|---
master|[]//..
Instead of displaying you chapter's success, it will display richelbilderbeek's status.
It will not work to just replace richelbilderbeek by your name, as there are links
to other useful richelbilderbeek GitHubs.
- Open
README.mdin any text editor - Replace all
richelbilderbeek/correct_cpp_s by[your_github_username]/correct_cpp_. For example, if your username isCarmenIJsebaart, changerichelbilderbeek/correct_cpp_toCarmenIJsebaart/correct_cpp_. - Save the file
- Close the editor
You can now do the exercise.