Skip to content

Commit

Permalink
Test GitHub Actions - DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Oct 2, 2023
1 parent 4ddd7b2 commit d3b6500
Showing 1 changed file with 4 additions and 2 deletions.
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

0 comments on commit d3b6500

Please sign in to comment.