From ee6a87f12166a14b4d12952caeaa7ff9f4e22477 Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Thu, 19 Jun 2025 18:47:14 +0530 Subject: [PATCH] Update readme --- docs/run-validator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/run-validator.md b/docs/run-validator.md index 235b05b..90d8ccd 100644 --- a/docs/run-validator.md +++ b/docs/run-validator.md @@ -221,8 +221,6 @@ - Run these steps in a machine from where [the create-validator transaction is to be signed (machine 3)](#build-laconicd-to-create-validator) - NOTE: Make sure that your node has completed syncing - - Copy the example variables file: ```bash @@ -253,6 +251,8 @@ - Run ansible playbook to create a validator in the running chain: + NOTE: Make sure that your node has completed syncing before running the playbook + ```bash ansible-playbook -i localhost, -c local ~/cerc/laconicd-stack/playbooks/validator/create-validator.yml ```