File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tutorials/polkadot-sdk/parachains/zero-to-hero Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26782,9 +26782,10 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk
2678226782 git clone https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template
2678326783 ```
2678426784
26785- 2. Navigate to the root of the template directory :
26785+ 2. Navigate into the project directory and check out the specific commit :
2678626786 ```bash
2678726787 cd parachain-template
26788+ git checkout ecaf71d
2678826789 ```
2678926790
26790267913. Compile the runtime:
Original file line number Diff line number Diff line change @@ -63,9 +63,10 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk
6363 git clone https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template
6464 ` ` `
6565
66- 2. Navigate to the root of the template directory :
66+ 2. Navigate into the project directory and check out the specific commit :
6767 ` ` ` bash
6868 cd parachain-template
69+ git checkout ecaf71d
6970 ` ` `
7071
71723. Compile the runtime:
You can’t perform that action at this time.
0 commit comments