Mention cloning from fork vs cloning the main repo

This commit is contained in:
Charlie O'Keefe 2019-03-30 10:34:40 -06:00
parent a619aed25c
commit 46827bfabc
1 changed files with 3 additions and 5 deletions

View File

@ -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