updated readme with instructions on usage

This commit is contained in:
jakeg00dwin 2023-12-21 00:22:52 -08:00
parent a903a35d04
commit 3b5f2534df
1 changed files with 19 additions and 0 deletions

View File

@ -20,3 +20,22 @@ worked on.
- [ ] AVR - [ ] AVR
- [ ] armv6 - [ ] armv6
- [ ] armv7 - [ ] armv7
## Usage
1. Download the master repo(superrepo)
2. cd into the directory.
3. check out the newest release tag.
4. fetch the git sub-modules or templates as desired.
5. read the readme in the sub-module/template
```sh
git clone ssh://git@gorge.works:30023/TDD-For-Rust/tdd_templates.git
cd tdd_templates
# Updates and clones for all submodules.
git submodule update --init
```