diff --git a/README.md b/README.md index ebe03530..1f8c858e 100644 --- a/README.md +++ b/README.md @@ -36,3 +36,12 @@ Examples: ``` +### to test + +```bash +vtest ~/code/github/freeflowuniverse/herolib/lib/osal/package_test.v +#for a full dir +vtest ~/code/github/freeflowuniverse/herolib/lib/osal +``` +vtest is an alias to test functionality + diff --git a/aiprompts/starter/0_start_here.md b/aiprompts/starter/0_start_here.md index 3d1ab01b..ba11108b 100644 --- a/aiprompts/starter/0_start_here.md +++ b/aiprompts/starter/0_start_here.md @@ -59,3 +59,6 @@ vtest ~/code/github/freeflowuniverse/herolib/lib/osal/package_test.v - use ~ so it works over all machines +## important to read + +- [aiprompts/starter/0_start_here.md](aiprompts/starter/0_start_here.md)