Skip to content

Commit

Permalink
add instructions about populating the submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
dshuffma-ibm committed Jan 6, 2017
1 parent a9e7f70 commit 8b4682f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/tutorial_part1.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ git clone http://gopkg.in/ibm-blockchain/marbles.v3
```

- This will clone the v3.0 branch to your local system.
- Next run this command to populate the HFC submodule:

```
git submodule update --init --recursive
```

### Get a Network
<a name="getnetwork"></a> Now we need a blockchain network.
Expand Down
2 changes: 1 addition & 1 deletion docs/use_local_hyperledger.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Use Local Hyperledger Network:

### Creating a Local Hyperledger Network
There is a convenient docker-compose image that will get you a network very quickly.
There is a convenient docker-compose script that will get you a network very quickly.

1. Follow the docker compose [Setup Instructions](https://github.com/IBM-Blockchain/connectathon).

Expand Down

0 comments on commit 8b4682f

Please sign in to comment.