Back to Ios Developer Roadmap

How to tick a checkbox

HowTo/HOWTOCHECKBOX.md

latest594 B
Original Source

How to tick a checkbox

Markdown checkboxes are readonly, this meas if you want to tick a checkbox you have to make own copy of the repository (fork it) and then edit a particular checkbox.

Prerequisites

You must undesrstand basics of Git to be able to follow the instruction below.

Instruction

  1. Fork the repository on Github (once)
  2. Checkout your repository (once)
  3. Change checkbox from [ ] to [x] next to the topic you've finished.
    • before
    • after
  4. Commit and push changes.
  5. Periodicaly pull changes from original repository to get new topics and materials.