From 96b0b393020d123ace96ef3fc6d69b9ced365f55 Mon Sep 17 00:00:00 2001 From: DarshanBPatel Date: Mon, 18 Nov 2024 01:48:39 +0530 Subject: [PATCH] chore: give make support --- Makefile | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..05dcbc6 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +run: + ./waku-console.sh + diff --git a/README.md b/README.md index 17443d4..1bddb9a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ The Interactive CLI guides you through the setup process step-by-step, making it To start the Interactive CLI, run the following command: ``` -./waku-console.sh +make run ``` ## 2. Manual Setup and Run