diff --git a/dogfooding/dogfood_readme.md b/dogfooding/dogfood_readme.md index dd14d10..6b31798 100644 --- a/dogfooding/dogfood_readme.md +++ b/dogfooding/dogfood_readme.md @@ -5,15 +5,18 @@ - **Docker** and **Git** 1. Copy `.env.example.publisher` to `.env` and fill in all parameters. + ``` cp dogfooding/.env.example.publisher .env ``` 2. Obtain test tokens (if needed, request in Discord). 3. Run the RLN registration script: + ``` ./register_rln.sh ``` 4. Start the node: + ``` docker compose up -d ```