From 24265eda2a99614ac6e71274b6a5045c76e58393 Mon Sep 17 00:00:00 2001 From: jonesmarvin8 <83104039+jonesmarvin8@users.noreply.github.com> Date: Wed, 9 Jul 2025 09:39:20 -0400 Subject: [PATCH] Update README.md --- sp1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sp1/README.md b/sp1/README.md index 3d6c26f..725fd10 100644 --- a/sp1/README.md +++ b/sp1/README.md @@ -1,6 +1,6 @@ # Test run instructions -Those are the requirements for [SP1](https://docs.succinct.xyz/getting-started/install.html), in `sp1` folder. +Those are the requirements for [SP1](https://docs.succinct.xyz/docs/sp1/getting-started/install), in `sp1` folder. To prove execution one needs to build one of the tests, let`s use [simple_arithmetic_test](./tests/simple_arithmetic_test/) as an example. @@ -9,5 +9,5 @@ To generate a proof, run the following commands: ```sh cd simple_arithmetic_test cd script -cargo run --release -- --prove +cargo +nightly run --release -- --prove ```