[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 <crd@acm.org>
This commit is contained in:
automated-signal 2024-09-05 12:30:44 -05:00 committed by GitHub
parent a0673dcc3e
commit 64e54aed86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`. > If your user is not in Docker's `docker` group, then you may need to run the script as `sudo`.
```bash ```bash
$ chmod +x ./build.sh public $ chmod +x ./build.sh
$ ./build.sh public $ ./build.sh public
``` ```