aboutsummaryrefslogtreecommitdiff
path: root/contrib/gitian/README.md
diff options
context:
space:
mode:
authorRohaq <rohaq at dearinternet[dot]com>2019-05-12 05:16:26 +0100
committerRohaq <rohaq at dearinternet[dot]com>2019-05-12 05:16:26 +0100
commit1873af35bfe4f475cfc3c3af66015cd03c34b93b (patch)
tree434b2541637805a810f97ed42df3bd9b35e73df0 /contrib/gitian/README.md
parentUpdated Copyright notice (diff)
downloadmonero-1873af35bfe4f475cfc3c3af66015cd03c34b93b.tar.xz
Made code block usage consistent across all .md files
Diffstat (limited to 'contrib/gitian/README.md')
-rw-r--r--contrib/gitian/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/gitian/README.md b/contrib/gitian/README.md
index b869bde87..1efc87e0a 100644
--- a/contrib/gitian/README.md
+++ b/contrib/gitian/README.md
@@ -119,7 +119,7 @@ In order to sign gitian builds on your host machine, which has your PGP key,
fork the gitian.sigs repository and clone it on your host machine,
or pass the signed assert file back to your build machine.
-```
+```bash
git clone git@github.com:monero-project/gitian.sigs.git
git remote add fluffypony git@github.com:fluffypony/gitian.sigs.git
```
@@ -156,9 +156,9 @@ git push --set-upstream $NAME v0.14.0
```
```bash
- gpg --detach-sign ${VERSION}-linux/${SIGNER}/monero-linux-*-build.assert
- gpg --detach-sign ${VERSION}-win-unsigned/${SIGNER}/monero-win-*-build.assert
- gpg --detach-sign ${VERSION}-osx-unsigned/${SIGNER}/monero-osx-*-build.assert
+gpg --detach-sign ${VERSION}-linux/${SIGNER}/monero-linux-*-build.assert
+gpg --detach-sign ${VERSION}-win-unsigned/${SIGNER}/monero-win-*-build.assert
+gpg --detach-sign ${VERSION}-osx-unsigned/${SIGNER}/monero-osx-*-build.assert
```
More Build Options