diff options
author | Rohaq <rohaq at dearinternet[dot]com> | 2019-05-12 05:16:26 +0100 |
---|---|---|
committer | Rohaq <rohaq at dearinternet[dot]com> | 2019-05-12 05:16:26 +0100 |
commit | 1873af35bfe4f475cfc3c3af66015cd03c34b93b (patch) | |
tree | 434b2541637805a810f97ed42df3bd9b35e73df0 /contrib/gitian/README.md | |
parent | Updated Copyright notice (diff) | |
download | monero-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.md | 8 |
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 |