Skip to content
Merged
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
10 changes: 2 additions & 8 deletions content/md/en/docs/test/simulate-parachains.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,10 @@ To prepare a working folder with the binaries for the test network:
1. Checkout the latest release of Polkadot.

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

For example:

```bash
git checkout release-v1.0.0
```

1. Compile the relay chain node by running the following command:

```bash
Expand Down