fix: update readme.md and according to new guidelines

This commit is contained in:
darshankabariya 2025-07-21 12:58:44 +05:30
parent ca40f1e844
commit a9f6fb7eaa
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22

View File

@ -16,9 +16,9 @@ Readytouse **dockercompose** stack for running your own [nwaku](https:/
### 🚀 Starting your node — pick one of three paths
| # | Path | Quick-start command | What happens |
| # | Option | Quick-start command | What happens |
|---|------|--------------------|--------------|
| **1** | **setup_wizard** | Fastest one-command bootstrap | Generates `.env`, registers RLN, and spins up the whole stack automatically |
| **1** | **setup-wizard** | Fastest one-command bootstrap | Generates `.env`, registers RLN, and spins up the whole stack automatically |
| **2** | **script** | Power user / CI | setup a .env file manually, run ./register_rln.sh, and then start the node.|
<details>