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