From ff836a2be0c86e3563269403c4098ef8f3881534 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 19 Jun 2025 11:37:14 +0530 Subject: [PATCH] Add macOS support for zstd installation --- docs/demo.md | 2 +- docs/export-testnet.md | 2 +- docs/run-first-validator.md | 2 +- docs/run-validator.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/demo.md b/docs/demo.md index bbf2689..a2ce808 100644 --- a/docs/demo.md +++ b/docs/demo.md @@ -9,7 +9,7 @@ ```bash cargo install tmkms --features=softsign --version=0.14.0 ``` -- Install `zstd` using `sudo apt install zstd` +- Install `zstd` using `sudo apt install zstd` (Linux) or `brew install zstd` (macOS) - testnet-state.zst ([exported testnet state](./run-first-validator.md#export-testnet-state)) - LPS distribution Google spreadsheet URL or CSV file path diff --git a/docs/export-testnet.md b/docs/export-testnet.md index 1c25ad1..0a7f9b9 100644 --- a/docs/export-testnet.md +++ b/docs/export-testnet.md @@ -4,7 +4,7 @@ - Machine where the SAPO testnet validator node is already running - - Install `zstd` using `sudo apt install zstd` + - Install `zstd` using `sudo apt install zstd` (Linux) or `brew install zstd` (macOS) - [laconic-so](https://github.com/cerc-io/stack-orchestrator/?tab=readme-ov-file#install) diff --git a/docs/run-first-validator.md b/docs/run-first-validator.md index 45b57ef..cfe455a 100644 --- a/docs/run-first-validator.md +++ b/docs/run-first-validator.md @@ -10,7 +10,7 @@ - Machine 3: Where the genesis file is to be generated - - Install `zstd` using `sudo apt install zstd` + - Install `zstd` using `sudo apt install zstd` (Linux) or `brew install zstd` (macOS) - [LSP distribution JSON](./export-testnet.md#prepare-lps-distribution-json) diff --git a/docs/run-validator.md b/docs/run-validator.md index aa6a55b..03322e8 100644 --- a/docs/run-validator.md +++ b/docs/run-validator.md @@ -18,7 +18,7 @@ - [ansible](playbooks/README.md#ansible-installation) - - Install `zstd` using `sudo apt install zstd` + - Install `zstd` using `sudo apt install zstd` (Linux) or `brew install zstd` (macOS) - Machine 3: Where the create-validator transaction is to be signed