From 263e015bfc60145fb7952baa0faa63e77d3f91ce Mon Sep 17 00:00:00 2001 From: AYAHASSAN287 <49167455+AYAHASSAN287@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:02:07 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 003c2ca..baede2a 100644 --- a/README.md +++ b/README.md @@ -82,17 +82,15 @@ Then, follow the following steps from the root folder to rebuild the `libwaku.so` library: ```bash -cd vendor/nwaku +cd vendor/liblogosdelivery ``` ```bash -make libwaku -j8 +make liblogosdelivery -j8 ``` ```bash cd ../../ ``` ```bash -cp vendor/nwaku/build/libwaku.so lib/ +cp vendor/liblogosdelivery/build/liblogosdelivery.so lib/ ``` -Notice that the `libwaku.so` library is also distributed within -the `Py-Waku` package.