From 05610310519d6eef0fe04c73846bfdf592f5bb46 Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Mon, 16 Feb 2026 14:09:56 +1100 Subject: [PATCH] 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 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```