Skip to content

Commit

Permalink
Deleted $ symbols from wget commands, it doesn't work if we use copy …
Browse files Browse the repository at this point in the history
…and paste on terminal (hyperledger-labs#279)

Signed-off-by: Himanshu Bhandari <[email protected]>
  • Loading branch information
himanshubhandari5 authored Apr 7, 2022
1 parent e02ff4c commit 23b57b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23b57b8

Please sign in to comment.