Fix repository name
The repository named in this instruction should be gitian.sigs, not zcash-gitian.
This commit is contained in:
parent
90482ef12f
commit
413c16b70e
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue