updated to reflect the current directory names

This commit is contained in:
jakeg00dwin 2024-03-01 11:38:30 -08:00
parent ee7c256274
commit 993bba71cb
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ tree -L 2 ./
├── src ├── src
│   ├── CMakeLists.txt │   ├── CMakeLists.txt
│   └── main.c │   └── main.c
├── tdd.sh ├── otto.sh
└── tests └── tests
└── CMakeLists.txt └── CMakeLists.txt
@ -35,7 +35,7 @@ tree -L 2 ./
There are two scripts setup inside the project directory: There are two scripts setup inside the project directory:
**tdd.sh** **otto.sh**
Uesd to preform the needed commands to build, test and debug the project. Uesd to preform the needed commands to build, test and debug the project.