From 46827bfabc388ad4866a405a67fbf9b73ed7130f Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sat, 30 Mar 2019 10:34:40 -0600 Subject: [PATCH] Mention cloning from fork vs cloning the main repo --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a1a66a2..3bb0a1b 100644 --- a/README.md +++ b/README.md @@ -146,11 +146,9 @@ $ ## 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 -``` +From a location where you want to place your local clone of this repository (e.g. `~/Projects`). If +there's a possibility you'll want to make and contribute changes, consider forking the repository +and cloning from your fork. cd into the project repo