Skip to content

Commit

Permalink
remove version reference from doc
Browse files Browse the repository at this point in the history
Signed-off-by: abebeos <129396476+abebeos@users.noreply.github.com>
  • Loading branch information
abebeos authored and denyeart committed Mar 31, 2023
1 parent dfc06c6 commit 8612501
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions docs/source/test_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,8 @@ current main branch, it is possible that you will encounter errors.
## Before you begin

Before you can run the test network, you need to clone the `fabric-samples`
repository and download the Fabric images.

**Important:** This tutorial is compatible with the Fabric test network sample v2.2.x. After you have installed the [prerequisites](getting_started.html),
**you must run the following command** to clone the required version of the
[hyperledger/fabric samples](https://github.com/hyperledger/fabric-samples) repository and checkout
the correct version tag. The command also installs the Hyperledger Fabric platform-specific
binaries and config files for the version into the `/bin` and `/config` directories of `fabric-samples`.

```
curl -sSL https://bit.ly/2ysbOFE | bash -s -- 2.2.2 1.4.9
```
repository and download the Fabric images. Make sure that you have installed
the [Prerequisites](prereqs.html) and [Installed the Samples, Binaries and Docker Images](install.html).

## Bring up the test network

Expand Down

0 comments on commit 8612501

Please sign in to comment.