mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
Update the workshop with a new WORKSHOP_PATH under fabric-samples
Signed-off-by: Josh Kneubuhl <jkneubuh@us.ibm.com>
This commit is contained in:
parent
c4acd5a95f
commit
87331e2700
1 changed files with 3 additions and 8 deletions
|
|
@ -58,10 +58,8 @@ Here are some key points to keep in mind to help stay "grounded" on your voyage
|
||||||
## Ready?
|
## Ready?
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
||||||
# If the check passes, proceed to "Deploy a Kube":
|
# If the check passes, proceed to "Deploy a Kube":
|
||||||
./check.sh
|
./check.sh
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -71,13 +69,10 @@ To run the cloud workshop, a number of client applications are necessary to inte
|
||||||
|
|
||||||
Install the workshop prerequisites with instructions from running `./check.sh`, or see detailed guides from the web:
|
Install the workshop prerequisites with instructions from running `./check.sh`, or see detailed guides from the web:
|
||||||
|
|
||||||
- [full-stack-asset-transfer-guide](https://github.com/hyperledgendary/full-stack-asset-transfer-guide) (this GitHub project):
|
- [fabric-samples](https://github.com/hyperledger/fabric-samples) (This GitHub project):
|
||||||
```shell
|
```shell
|
||||||
|
git clone https://github.com/hyperledger/fabric-samples.git fabric-samples
|
||||||
git clone https://github.com/hyperledgendary/full-stack-asset-transfer-guide.git workshop
|
cd fabric-samples/full-stack-asset-transfer-guide
|
||||||
cd workshop
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- [docker](https://www.docker.com/get-started/)
|
- [docker](https://www.docker.com/get-started/)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue