From 9c78421cd09f5af90d3170589efd77c3090c6afc Mon Sep 17 00:00:00 2001 From: gabrielmer <101006718+gabrielmer@users.noreply.github.com> Date: Wed, 22 Jan 2025 18:58:40 +0100 Subject: [PATCH] updating readme (#18) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 93af28d..b4add8f 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,17 @@ To build the required dependencies for this module, the `make` command needs to Follow these steps to install and set up the module: -1. Retrieve the module using `go get`: +1. Make sure your system has the [prerequisites](https://docs.waku.org/guides/nwaku/build-source#prerequisites) to run a local nwaku node + +2. Retrieve the module using `go get`: ``` go get -u github.com/waku-org/waku-go-bindings ``` -2. Navigate to the module's directory: +3. Navigate to the module's directory: ``` cd $(go list -m -f '{{.Dir}}' github.com/waku-org/waku-go-bindings) ``` -3. Build the dependencies: +4. Build the dependencies: ``` sudo make -C waku ```