Skip to content

Commit

Permalink
FAB-643 - Starter Kit documentation is confusing
Browse files Browse the repository at this point in the history
Moved Further exploration to the bottom and use absolute path
[ci skip]

Change-Id: I5d9efdefcd944d2fa2091933b0cef17041d38520
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
  • Loading branch information
lehors committed Oct 11, 2016
1 parent e8b1513 commit e5aa32c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/starter/fabric-starter-kit.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ and deploy the new Docker image that will run the chaincode. *This is a more
complicated configuration and not suitable to an introduction to the
Hyperledger fabric.* We recommend first running in chaincode development mode.

## Further exploration

If you wish, there are a number of chaincode examples near by.
```
cd ../../chaincode
```
## Getting started

**Note:** This sample was prepared using Docker for Mac 1.12.0
Expand Down Expand Up @@ -168,3 +162,10 @@ the containers from Docker:
```
docker-compose kill
```
## Further exploration
If you wish, there are a number of chaincode examples nearby.
```
cd $GOPATH/src/github.com/hyperledger/fabric/examples/chaincode
```

0 comments on commit e5aa32c

Please sign in to comment.