diff --git a/README.md b/README.md index 469bed3..7979980 100644 --- a/README.md +++ b/README.md @@ -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 ```