Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test GitHub Actions - DO NOT MERGE #50

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This is NOT the "official" Fabric CLI and there is not yet any commitment that i

The Hyperledger Fabric CLI is a tool used to interact with [Fabric networks](https://hyperledger-fabric.readthedocs.io/en/latest/).

[Test GitHub Actions - DO NOT MERGE]

## Installation

1. Clone this repo
Expand Down Expand Up @@ -58,7 +60,7 @@ For example,if you want to integrate `cryptogen` into `fabric` cmd:
description: Utility for generating Hyperledger Fabric key material
command: cryptogen
```
2. Exec the command:
2. Exec the command:
```shell script
#PATH is the location of `plugin.yaml`.
$fabric plugin install $PATH
Expand All @@ -67,7 +69,7 @@ For example,if you want to integrate `cryptogen` into `fabric` cmd:
```
$fabric cryptogen ...
```
You can integrate some **Go Plugins** or **External Command** into **fabric** cmd,
You can integrate some **Go Plugins** or **External Command** into **fabric** cmd,

## Documentation
* [Design Document](https://docs.google.com/document/d/1zIQrS4TRgQEx1z9-wwtO8tYOGRyWdUoTdfk49GFx1wY/edit?usp=sharing)
Expand Down