diff options
author | h <harshit_goyal333@outlook.com> | 2021-07-23 20:15:16 +0530 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-07-29 11:04:59 +0800 |
commit | 3bbfc1b8e0660a03c7b63eaf2fc8834b499aa811 (patch) | |
tree | 1849de800dd5a67cbbcb6ea9617184cf065d5080 | |
parent | 34f9f88bc95cca04d3a5b71127ea6425a6e3b762 (diff) |
Updated Readme, Corrected the codesign typo
Github-Pull: #22538
Rebased-From: d7b7f610a53aa62bd82f6704a9c518a93c896963
-rw-r--r-- | contrib/guix/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/README.md b/contrib/guix/README.md index 4680368a6f..fa7f63af87 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -87,7 +87,7 @@ crucial differences: An invocation with all default options would look like: ``` -env DETACHED_SIGS_REPO=<path/to/bitcoin-detached-sigs> ./contrib/guix-codesign +env DETACHED_SIGS_REPO=<path/to/bitcoin-detached-sigs> ./contrib/guix/guix-codesign ``` ## Cleaning intermediate work directories |