[signalapp/Signal-Desktop#7008] Readme, reproducible builds: update chmod command

Co-authored-by: Chad Dougherty <crd@acm.org>
This commit is contained in:
ayumi-signal 2024-09-05 10:01:41 -07:00 committed by GitHub
parent 68223aaa12
commit e2ef38a638
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`.
```bash
$ chmod +x ./build.sh public
$ chmod +x ./build.sh
$ ./build.sh public
```