From 6a9a873ba2b3ccfa09677af590e52aa3a40636fc Mon Sep 17 00:00:00 2001 From: Qinbin Li Date: Sun, 22 Jan 2023 20:03:28 +0800 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be736b76..94060c57 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ make -j # Distributed Setting -For each machine that participates in FL, it needs to build the library first. +For each machine that participates in FL, it needs to build the library first. When building the library, passing `-DDISTRIBUTED=ON` option to cmake. ```bash mkdir build && cd build cmake .. -DDISTRIBUTED=ON