Skip to content

Commit 079cdec

Browse files
author
Chris Kleeschulte
committed
Added reference to move and sign to README.
1 parent 55c31b8 commit 079cdec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ Please note that you will need the Mac development SDK in order to build for Mac
3434
The end result is that you will have a manifest and build artifacts/binaries in the directory 'result/out'.
3535

3636
8. Fork [gitian.sigs](https://github.com/bitpay/gitian.sigs)
37-
9. Make a directory for the version of bitcoin you just built:
37+
9. Use the convenience script to add your manifest files and sign them:
3838

3939
```bash
40-
$ mkdir -p gitian.sigs/<version such as bitcoin-linux-0.14>/<your name> # you should see prior build examples in the gitian.sigs repo
41-
$ cp result/<manifest yml> gitian.sigs/<version>/<name>/
40+
$ bash move_and_sign_manifest.sh
4241
```
4342

4443
10. Sign the yml manifest if you have a gpg key setup for yourself (if not skip this step and go to step 13 to compare manifests):

0 commit comments

Comments
 (0)