From 64e54aed8672e106982636ee9bd3e6c745894e72 Mon Sep 17 00:00:00 2001 From: automated-signal <37887102+automated-signal@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:30:44 -0500 Subject: [PATCH] [signalapp/Signal-Desktop#7008] Readme, reproducible builds: update chmod command Co-authored-by: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> Co-authored-by: Chad Dougherty --- reproducible-builds/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reproducible-builds/README.md b/reproducible-builds/README.md index b90b91f6d8c9..98d419b7311c 100644 --- a/reproducible-builds/README.md +++ b/reproducible-builds/README.md @@ -61,7 +61,7 @@ The last step is to run the `./build.sh` script, passing the `public` arg becaus > If your user is not in Docker's `docker` group, then you may need to run the script as `sudo`. ```bash -$ chmod +x ./build.sh public +$ chmod +x ./build.sh $ ./build.sh public ```