Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions soundness-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down Expand Up @@ -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)

Expand All @@ -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.
Expand Down