mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Added missing prerequisite
`jq` is often not installed on most linux systems, so it must be listed under pre-requisite. If not mentioned, CC installation fails without any descriptive errors.
This commit is contained in:
parent
48fe95ee30
commit
df156e1730
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ _Fabric, Ahoy!_
|
|||
- [Docker](https://www.docker.com)
|
||||
- [kubectl](https://kubernetes.io/docs/tasks/tools/)
|
||||
- [kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation)
|
||||
- [jq](https://stedolan.github.io/jq/)
|
||||
|
||||
|
||||
## Quickstart
|
||||
|
|
|
|||
Loading…
Reference in a new issue