Skip to content

Commit 0f6fe7c

Browse files
authored
Apply fix (#573)
1 parent e5d2353 commit 0f6fe7c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

llms.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2679026791
3. Compile the runtime:

tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

7172
3. Compile the runtime:

0 commit comments

Comments
 (0)