Update readme

This commit is contained in:
Shreerang Kale 2025-06-19 18:47:14 +05:30
parent 37e684ad24
commit ee6a87f121

View File

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