Add step to set ZCASH_VERSION

This commit is contained in:
Charlie O'Keefe 2019-03-21 16:07:35 -06:00
parent 63153f735a
commit 1814f60ad1
1 changed files with 8 additions and 0 deletions

View File

@ -447,6 +447,14 @@ directory for your signatures in our `gitian.sigs` repository. We suggest using
of the email address associated with your GPG key. In our example this is `hpotter`.
## Configure the version of zcash you want to build and sign
Set the value of the `ZCASH_VERSION` variable in `.env` to point to the zcash commit you want to
create a signature for. Likely you want the name of a git tag, such as `v2.0.4`.
## Provision a virtual machine
From the project root directory, run: