Skip to content

Commit c212979

Browse files
authored
tagged setup.sh url
1 parent d2399af commit c212979

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To make setup easy, use the provided `setup.sh` script. This will:
2121
Run the setup script from your terminal:
2222

2323
```sh
24-
curl -sSL https://raw.githubusercontent.com/M3tering/Prover/main/setup.sh | bash
24+
curl -sSL https://raw.githubusercontent.com/M3tering/Prover/refs/tags/v0.1.0-sepolia/setup.sh | bash
2525
```
2626

2727
## AWS Setup
@@ -40,7 +40,7 @@ For automated deployment on AWS EC2 or similar Linux servers, use the provided `
4040
To run the AWS setup script:
4141

4242
```sh
43-
curl -sSL https://raw.githubusercontent.com/M3tering/Prover/main/setup-aws.sh | bash
43+
curl -sSL https://raw.githubusercontent.com/M3tering/Prover/refs/tags/v0.1.0-sepolia/setup-aws.sh | bash
4444
```
4545

4646
You will be prompted for your domain name (optional) and PostgreSQL password.
@@ -143,4 +143,4 @@ curl "http://localhost:8080/run_prover?proof_type=groth16"
143143

144144
## License
145145

146-
MIT
146+
MIT

0 commit comments

Comments
 (0)