Merge pull request #66 from charlieok/fix_readme_instruction

Fix repository name
This commit is contained in:
Charlie O'Keefe 2019-05-07 13:22:37 -06:00 committed by GitHub
commit ef99cd62f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -557,7 +557,7 @@ your updates to a branch, and then make a pull request on github.
```
cd gitian.sigs
git remote rename origin upstream
git remote add origin git@github.com:harrypotter/zcash-gitian.git
git remote add origin git@github.com:harrypotter/gitian.sigs.git
git checkout -b v2.0.4
git push origin v2.0.4
```