From 1cb9f143c1149c88fe59e31596e145043a9bca0f Mon Sep 17 00:00:00 2001 From: Pranav Date: Mon, 10 Nov 2025 15:47:53 +0530 Subject: [PATCH] Update readme to skip monitoring setup --- README.md | 6 +++--- test-runs/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2188157..aac0c1f 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The lockdrop simulation validates the Zenith Network's token distribution mechan - Set zenith-stack version to use: ```bash - ZENITH_STACK_VERSION=v0.2.23 + ZENITH_STACK_VERSION=v0.2.24 ``` Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history. @@ -261,7 +261,7 @@ Now, run required system setup (installs docker and laconic-so): ```bash # sudo access required for installing docker -zenith-ansible system-setup -i dev -s stage1 --skip-tags onboarding,explorer +zenith-ansible system-setup -i dev -s stage1 --skip-tags onboarding,explorer,monitoring ``` If your machine did not have Docker installed before, the above command will install it. On Ubuntu, you will need to activate the `docker` group for your current shell: @@ -353,7 +353,7 @@ This will: Now, we can use this genesis file to run the stage 1 validator node: ```bash -zenith-ansible start -i dev -s stage1 --skip-tags onboarding,explorer +zenith-ansible start -i dev -s stage1 --skip-tags onboarding,explorer,monitoring ``` After starting the node, verify it's running correctly: diff --git a/test-runs/README.md b/test-runs/README.md index 5c8dad4..7102e29 100644 --- a/test-runs/README.md +++ b/test-runs/README.md @@ -60,7 +60,7 @@ To reproduce the results from any one of the test runs, follow these steps to ru - Set zenith-stack version to use: ```bash - ZENITH_STACK_VERSION=v0.2.23 + ZENITH_STACK_VERSION=v0.2.24 ``` Check [releases](https://git.vdb.to/LaconicNetwork/zenith-stack/releases) page for version history.