diff --git a/book/getting_started/quickstart.md b/book/getting_started/quickstart.md index e0c1caf9..724a3587 100644 --- a/book/getting_started/quickstart.md +++ b/book/getting_started/quickstart.md @@ -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. diff --git a/book/getting_started/quickstart_dev.md b/book/getting_started/quickstart_dev.md index ac2fdad1..dfa921e9 100644 --- a/book/getting_started/quickstart_dev.md +++ b/book/getting_started/quickstart_dev.md @@ -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