Skip to content

Commit

Permalink
Merge pull request #162 from 0xPolygonHermez/fix/README
Browse files Browse the repository at this point in the history
Quickstart and quickstart dev hackmd fix
  • Loading branch information
xavi-pinsach authored Nov 13, 2024
2 parents 7b708fb + 8690a6d commit afe5934
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions book/getting_started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ ziskup
```bash
git clone https://github.com/0xPolygonHermez/zisk
git clone -b develop https://github.com/0xPolygonHermez/pil2-compiler.git
git clone -b develop https://github.com/0xPolygonHermez/pil2-proofman.git
git clone -b feature/setup https://github.com/0xPolygonHermez/pil2-proofman-js
git clone -b develop https://github.com/0xPolygonHermez/pil2-stark-js
git clone -b 0.0.10 https://github.com/0xPolygonHermez/pil2-proofman.git
git clone -b 0.0.10 https://github.com/0xPolygonHermez/pil2-proofman-js
git clone -b 0.0.10 https://github.com/0xPolygonHermez/pil2-stark-js
```

All following commands should be executed in the `zisk` folder.
Expand Down
6 changes: 3 additions & 3 deletions book/getting_started/quickstart_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Run the following commands to clone the necessary repositories:
```bash
git clone -b develop https://github.com/0xPolygonHermez/pil2-compiler.git
git clone -b develop https://github.com/0xPolygonHermez/zisk.git
git clone -b develop https://github.com/0xPolygonHermez/pil2-proofman.git
git clone -b develop https://github.com/0xPolygonHermez/pil2-stark-js.git
git clone -b feature/setup https://github.com/0xPolygonHermez/pil2-proofman-js
git clone -b 0.0.10 https://github.com/0xPolygonHermez/pil2-proofman.git
git clone -b 0.0.10 https://github.com/0xPolygonHermez/pil2-stark-js.git
git clone -b 0.0.10 https://github.com/0xPolygonHermez/pil2-proofman-js
```

## Compile a Verifiable Rust Program
Expand Down

0 comments on commit afe5934

Please sign in to comment.