Skip to content

Commit df7ccad

Browse files
authored
Fix wrong branch of new repository (#2064)
The new repo doesn't have the branch release-v1.0.0, I have seen people having issues with this in StackExchange: https://substrate.stackexchange.com/questions/9839/cant-start-test-network-using-zombienet-macos https://substrate.stackexchange.com/questions/9981/what-version-of-polkadot-relaychain-and-substrate-parachain-template-can-be-used The options are use: - git clone https://github.com/paritytech/polkadot to the old repo - Don’t do the git checkout release-v1.0.0 - Update everything to work with the version release-v1.1.0
1 parent 0e5e832 commit df7ccad

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

content/md/en/docs/test/simulate-parachains.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,10 @@ To prepare a working folder with the binaries for the test network:
6060
1. Checkout the latest release of Polkadot.
6161

6262
Release branches use the naming convention `release-v<n.n.n>`.
63-
For example, the release branch used in this tutorial is `release-v1.0.0`.
64-
You can check out a more recent release branch instead of using `release-v1.0.0`.
63+
For example, the release branch used in this tutorial is `release-v1.0.0` which is in master branch.
64+
You can check out a more recent release branch instead of using `git checkout release-v1.1.0`.
6565
You can find information about recent releases and what's included in each release on the [Releases](https://github.com/paritytech/polkadot/releases) tab.
6666

67-
For example:
68-
69-
```bash
70-
git checkout release-v1.0.0
71-
```
72-
7367
1. Compile the relay chain node by running the following command:
7468

7569
```bash

0 commit comments

Comments
 (0)