diff options
author | Stephan Oeste <emzy@emzy.de> | 2021-04-12 19:55:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 19:55:01 +0200 |
commit | 08151e19d97f0407e99826007df3ba5b257129b4 (patch) | |
tree | f63bdf9fb1f6627f439ae711c9adb8c9918604ce /contrib/guix | |
parent | f6c44e999b7d1d9a0de5d678ac8f1679aa271f65 (diff) |
doc: Fix name of script guix-build
Diffstat (limited to 'contrib/guix')
-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 b13ad17c81..8c7d6e90ca 100644 --- a/contrib/guix/README.md +++ b/contrib/guix/README.md @@ -131,7 +131,7 @@ export JOBS=1 ADDITIONAL_GUIX_COMMON_FLAGS='--max-jobs=8' From the top of a clean Bitcoin Core repository: ```sh -./contrib/guix/guix-build.sh +./contrib/guix/guix-build ``` After the build finishes successfully (check the status code please), compare |