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