From 23b57b85c38557951ce09f7bb04c8b9e1142d30b Mon Sep 17 00:00:00 2001 From: Himanshu Bhandari Date: Thu, 7 Apr 2022 17:28:34 +0530 Subject: [PATCH] Deleted $ symbols from wget commands, it doesn't work if we use copy and paste on terminal (#279) Signed-off-by: Himanshu Bhandari --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 746a6dba8..b70bcb56c 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ In this guide, we assume that you've already started test network by following [ ``` - $ wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/main/examples/net1/config.json - $ wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/main/examples/net1/connection-profile/test-network.json -P connection-profile - $ wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/main/docker-compose.yaml + wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/main/examples/net1/config.json + wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/main/examples/net1/connection-profile/test-network.json -P connection-profile + wget https://raw.githubusercontent.com/hyperledger/blockchain-explorer/main/docker-compose.yaml ``` * Copy entire crypto artifact directory (e.g. crypto-config/, organizations/) from your fabric network