From 6ed878d79a7d5e9c4faf96837fbe1054ec942b1d Mon Sep 17 00:00:00 2001 From: Vinay Chaudhary Date: Sat, 7 Jul 2018 00:32:56 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a02cc458..9e69a818 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Hyperledger Fabric Samples -First of all start the three terminals. +Please visit the installation instructions to ensure you have the correct prerequisites installed. Please use the version of the documentation that matches the version of the software you intend to use to ensure alignment. + +Below is the sacc chaincode install, update, query example.Please go through to each step and first of all start the three terminals. ## Terminal 1 Start the Fabric Network ## *To start the fabric network on your local machine, First navigate to the chaincode-docker-devmode directory and tag the all images as latest in the docker-compose-simple.yaml file.*