Skip to content

Commit

Permalink
fix: link in fabric cli readme
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <sandeepn.official@gmail.com>
  • Loading branch information
sandeepnRES committed Feb 7, 2023
1 parent 3df571d commit e14ae88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/fabric/fabric-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The tool can be installed via npm or manually. If no development is required it

## Installing with npm

Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-weaver-fabric-interop-sdk)
Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](#setup-access-token-for-weaver-fabric-interop-sdk)

Add contents of the `.npmrc` to the `.npmrc` located at `~/.npmrc`, be careful not to replace anything

Expand All @@ -57,7 +57,7 @@ Set up `config.json` by adding the connection profile and relay port for each ne

(Editing of the env and config can be done via the CLI with the `fabric-cli env set` and `fabric-cli config set` commands)

Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-weaver-fabric-interop-sdk)
Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](#setup-access-token-for-weaver-fabric-interop-sdk)

Have `yarn` installed and have Node >= 11.14.0 <= 16.0.0

Expand All @@ -77,7 +77,7 @@ Then run

## Docker

Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](https://github.com/hyperledger-labs/weaver-dlt-interoperability/blob/main/samples/fabric/fabric-cli/readme.md#setup-access-token-for-weaver-fabric-interop-sdk)
Set up `.npmrc` by copying across the `.npmrc.template` and updating the values. View [Setup access token for weaver-fabric-interop-sdk for the detailed process](#setup-access-token-for-weaver-fabric-interop-sdk)

Run `make build-image` to build fabric-cli docker image.

Expand Down

0 comments on commit e14ae88

Please sign in to comment.