Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 227 Bytes

File metadata and controls

5 lines (4 loc) · 227 Bytes

Note to self: to add a sub-module:

  • the git command: git submodule add https://github.com/aaronbloomfield/ccc; you have to use the https:// url, not git@github.com
  • edit readme.md then run make
  • commit and push changes