From d5bc7695ba68ed1de03439c5d8d640831ad9b1a6 Mon Sep 17 00:00:00 2001 From: Garz26 <96932176+Garz26@users.noreply.github.com> Date: Sat, 25 Oct 2025 05:19:05 +0700 Subject: [PATCH] Fix truncated docker command and remove orphaned content in README - Complete truncated docker compose command example (was cut off at "docker compos") - Add missing closing backticks for Docker installation code block - Remove duplicate curl command that appeared without context after Manual Installation section - Update GitHub URL capitalization from soundnesslabs to SoundnessLabs for consistency Fixes documentation issues that would confuse new users trying to install via Docker. --- soundness-cli/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/soundness-cli/README.md b/soundness-cli/README.md index 515967f..2d60fe0 100644 --- a/soundness-cli/README.md +++ b/soundness-cli/README.md @@ -17,7 +17,7 @@ The `soundnessup` tool manages your Soundness CLI installation and makes updates This command downloads and runs the `soundnessup` installer. ```bash -curl -sSL https://raw.githubusercontent.com/soundnesslabs/soundness-layer/main/soundnessup/install | bash +curl -sSL https://raw.githubusercontent.com/SoundnessLabs/soundness-layer/main/soundnessup/install | bash ``` **2. Update your shell environment:** @@ -55,7 +55,8 @@ docker compose build docker compose run --rm soundness-cli [command] # Example: Generate a new key pair -docker compos +docker compose run --rm soundness-cli generate-key --name your-key-name +``` ### Manual Installation (from Source) @@ -68,8 +69,6 @@ Navigate to the `soundness-cli` directory and run: cargo install --path . ``` -curl -sSL https://raw.githubusercontent.com/soundnesslabs/soundness-layer/main/soundnessup/install | bash - ## Testnet Instructions Welcome to the Soundness Layer Testnet! Follow these steps to get started with playing ZK games and verifying proofs on-chain.