Merge pull request #1 from logos-storage/docs/add-flag-to-readme

docs: add compilation flag to readme
This commit is contained in:
Giuliano Mega 2026-02-19 17:20:15 -03:00 committed by GitHub
commit 41f5bb42d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
```