Update README.md

This commit is contained in:
Moudy 2024-09-26 03:18:19 +02:00 committed by GitHub
parent 7a0a40d08f
commit e204db5cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,8 @@
# Test run instructions
Firstly there is requirements
Those are the requirements for [SP1](https://docs.succinct.xyz/getting-started/install.html), in `sp1` folder.
- [SP1](https://docs.succinct.xyz/getting-started/install.html)
Next, we assume, that one is in `sp1` folder.
To prove execution we need to build one of the tests, let`s use [simple_arithmetic_test](./tests/simple_arithmetic_test/) as an example.
To prove execution one needs to build one of the tests, let`s use [simple_arithmetic_test](./tests/simple_arithmetic_test/) as an example.
To generate a proof, run the following commands:
@ -14,4 +10,4 @@ To generate a proof, run the following commands:
cd simple_arithmetic_test
cd script
cargo run --release -- --prove
```
```