Remove section on editing gitian.yml

Shouldn't need to ask the user to do this
This commit is contained in:
Charlie O'Keefe 2019-03-21 14:06:12 -06:00
parent ab9e63f211
commit 98fa249308
1 changed files with 0 additions and 9 deletions

View File

@ -267,15 +267,6 @@ zcash-gitian$
```
## Add git config values to gitian.yml
The `gitian.yml` file in the root of the project has some blank values that need to be updated or
filled in:
- `zcash_version`: The git tag name of the version of zcash you want to build
- `git_name`: You probably want the output from `git config user.name`
- `git_email`: You probably want the output from `git config user.email`
## Decide on a gpg keypair to use for gitian