Skip to content

Commit b9e572b

Browse files
committed
patch readme file
1 parent bc58d46 commit b9e572b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 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-
bash setup.sh
24+
curl -sSL https://raw.githubusercontent.com/M3tering/Prover/main/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-
bash setup-aws.sh
43+
curl -sSL https://raw.githubusercontent.com/M3tering/Prover/main/setup-aws.sh | bash
4444
```
4545

4646
You will be prompted for your domain name (optional) and PostgreSQL password.

0 commit comments

Comments
 (0)