diff --git a/docs/Tutorial.md b/docs/Tutorial.md index 9c2971e..3d6f080 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -22,9 +22,10 @@ curl -sSL https://github.com/hyperledger-labs/microfab/raw/main/integration/data - Start Microfab with it's default configuration; (in a separate terminal run `docker logs -f microfab` so you can see what it's doing) ``` -curl -sSL https://github.com/hyperledger-labs/microfab/releases/download/v0.0.18/microfab-linux-amd64 -o microfab - -microfab start +curl -sSL https://github.com/hyperledger-labs/microfab/releases/download/v0.0.19/microfab-amd64 -o microfab +chmod +x ./microfab +curl -s https://raw.githubusercontent.com/hyperledger-labs/microfab/main/examples/two-orgs.json -o config.json +./microfab start --configFile ./config.json ``` - We need to get the configuration of microfab and the address identities that it created; using the Hyperledger Labs *weft* tool is the quickest @@ -146,4 +147,4 @@ docker run -d --rm -p 8080:8080 --name microfab ghcr.io/hyperledger-labs/microfa ``` curl -s http://console.127-0-0-1.nip.io:8080/ak/api/v1/components | npx @hyperledger-labs/weft microfab -w _wallets -p _gateways -m _msp -f -``` \ No newline at end of file +```