From 0e58f5744d519587f7552ea329e7fabcffdacb14 Mon Sep 17 00:00:00 2001 From: DarshanBPatel Date: Wed, 13 Nov 2024 19:45:19 +0700 Subject: [PATCH] chore: update READ.me file --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e8a76d..cdca26f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,23 @@ Ready to use docker-compose to run your own [nwaku](https://github.com/waku-org/ * Grafana dashboard for advanced users or node operators. * Requires `docker-compose` and `git`. -## Setup and Run +# Running Your nwaku Node + +There are two ways to run your nwaku node: +1. **Interactive CLI**: This method provides a user-friendly, guided setup process. +2. **Manual Setup**: This method involves manually configuring and running the node using provided scripts and configuration files. + +## Interactive CLI + +The Interactive CLI guides you through the setup process step-by-step, making it easier to configure and run your nwaku node without needing to manually edit configuration files. + +To start the Interactive CLI, run the following command: + +``` +./waku-console.sh +``` + +## Manual Setup and Run ### 📝 0. Prerequisites