From 9ffcf1394ef1986e6c20f9f8eda4b431b91b701e Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Wed, 27 Mar 2019 13:27:02 -0600 Subject: [PATCH] minor edits --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0355617..034ebf3 100644 --- a/README.md +++ b/README.md @@ -540,13 +540,13 @@ Generating and uploading signatures After the build successfully completes, the gitian command `gsign` will be called, which will generate signatures, and a commit will be added. You can cd into the gitian.sigs directory, set the -repository to point to your fork of [zcash/gitian.sigs](https://github.com/zcash/gitian.sigs), and -push your updates to a branch: +repository to point to your fork of [zcash/gitian.sigs](https://github.com/zcash/gitian.sigs), push +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:harrrypotter/zcash-gitian.git +git remote add origin git@github.com:harrypotter/zcash-gitian.git git checkout -b v2.0.4 git push origin v2.0.4 ```