You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/md/en/docs/test/simulate-parachains.md
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -60,16 +60,10 @@ To prepare a working folder with the binaries for the test network:
60
60
1. Checkout the latest release of Polkadot.
61
61
62
62
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`.
65
65
You can find information about recent releases and what's included in each release on the [Releases](https://github.com/paritytech/polkadot/releases) tab.
66
66
67
-
For example:
68
-
69
-
```bash
70
-
git checkout release-v1.0.0
71
-
```
72
-
73
67
1. Compile the relay chain node by running the following command:
0 commit comments