docs: add compilation flag to readme

Add -DCOMPILE_TUTORIAL_EXAMPLES=1 to readme, so that uploader and downloader binaries are created during the build, and the readme instructions make sense
This commit is contained in:
E M 2026-02-16 14:09:56 +11:00
parent 0777c145ea
commit 0561031051
No known key found for this signature in database

View File

@ -12,7 +12,7 @@ examples showing how to implement simple filesharing apps.
## Building
```bash
cmake -B build -DLOGOS_STORAGE_NIM_ROOT=/path/to/logos-storage-nim
cmake -B build -DLOGOS_STORAGE_NIM_ROOT=/path/to/logos-storage-nim -DCOMPILE_TUTORIAL_EXAMPLES=1
cmake --build build
```