From 6d96cdb4b4244f0a4fdfeebc45c4e7364d5c1caf Mon Sep 17 00:00:00 2001 From: darshankabariya Date: Tue, 12 Aug 2025 18:10:41 +0530 Subject: [PATCH] chore: better space --- dogfooding/dogfood_readme.md | 3 +++ 1 file changed, 3 insertions(+) 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 ```