Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion substrate-node-template-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Substrate node template provides a working development environment so that y
1. Open a terminal shell on your computer.
2. Clone the node template repository by running the following command:
```
git clone https://github.com/substrate-developer-hub/substrate-node-template
git clone https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template
```
3. Change to the root of the node template directory by running the following command:
```
Expand Down