From 413c16b70e5fcbc3a273032ea70b8d451a3d4b08 Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Tue, 7 May 2019 13:21:58 -0600 Subject: [PATCH] Fix repository name The repository named in this instruction should be gitian.sigs, not zcash-gitian. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d39738..fa37476 100644 --- a/README.md +++ b/README.md @@ -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 ```