Add macOS support for zstd installation

This commit is contained in:
Prathamesh Musale 2025-06-19 11:37:14 +05:30
parent 05ef8b48bf
commit ff836a2be0
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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