Update readme

This commit is contained in:
Jazz Turner-Baggs 2025-11-24 18:57:42 -08:00
parent b63d7b9f49
commit 428f018b2e
No known key found for this signature in database

View File

@ -14,6 +14,9 @@ make update
# Build executables
make all
# Run tests
make tests
# Run the Text Interface
./build/tui --name=<unique_id>
```