From 516467e4c39017e3e675f3f7e52478c6e79de8a7 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Thu, 9 Jan 2025 14:32:57 +0100 Subject: [PATCH] go example readme enhancement --- examples/golang/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/examples/golang/README.md b/examples/golang/README.md index ddcf720f1..72c7a8288 100644 --- a/examples/golang/README.md +++ b/examples/golang/README.md @@ -1,13 +1,19 @@ ## Pre-requisite libwaku.so is needed to be compiled and present in build folder. To create it: + +1. Run only the first time and after changing the current commit +```code +make update +``` +2. Run the next every time you want to compile libwaku ```code make POSTGRES=1 libwaku -j4 ``` ## Compilation -From nwaku root folder, do +From the nwaku root folder: ```code go build -o waku-go examples/golang/waku.go