From 609a08c337fd818296b55597d6432b32e2f2964b Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Thu, 21 Mar 2019 12:55:28 -0600 Subject: [PATCH] Add more description to 'clone project' step --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a1b8078..eeac3cb 100644 --- a/README.md +++ b/README.md @@ -160,10 +160,19 @@ $ ## Clone this git project on your machine +From a location where you want to place your local clone of this repository (e.g. `~/Projects`) + ``` $ git clone git@github.com:zcash/zcash-gitian.git ``` +cd into the project repo + +``` +$ cd zcash-gitian +zcash-gitian +``` + ## Add git config values to gitian.yml