chore: give make support

This commit is contained in:
DarshanBPatel 2024-11-18 01:48:39 +05:30
parent e32bc0713c
commit 96b0b39302
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
2 changed files with 4 additions and 1 deletions

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
run:
./waku-console.sh

View File

@ -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