diff --git a/README.md b/README.md index 1aea2fb5..8a60b80e 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,10 @@ wget https://github.com/dipdup-io/stone-packaging/releases/latest/download/cpu_a ### Creating and Verifying a Test Proof Using Binaries Clone the repository: - ```bash - git clone https://github.com/dipdup-io/stone-packaging.git /tmp/stone-packaging - ``` + +```bash +git clone https://github.com/dipdup-io/stone-packaging.git /tmp/stone-packaging +``` Navigate to the example test directory: @@ -54,6 +55,8 @@ Navigate to the example test directory: cd /tmp/stone-packaging/test_files/ ``` +Copy or download the binary files from the latest release to this directory. + Run the prover: ```bash cpu_air_prover \ @@ -82,6 +85,12 @@ docker pull ghcr.io/dipdup-io/stone-packaging/stone-prover:latest ### Creating and Verifying a Test Proof Using Docker +Clone the repository: + +```bash +git clone https://github.com/dipdup-io/stone-packaging.git /tmp/stone-packaging +``` + Run the Docker container with a volume mounted: ```bash @@ -111,6 +120,12 @@ wget https://github.com/dipdup-io/stone-packaging/releases/latest/download/stone ### Creating and Verifying a Test Proof Using the .deb Package +Clone the repository: + +```bash +git clone https://github.com/dipdup-io/stone-packaging.git /tmp/stone-packaging +``` + Navigate to the example test directory: ```bash