Skip to content

Commit

Permalink
Fix reproducible builds docs (CosmWasm#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia authored Jun 25, 2019
1 parent 0c12cce commit bd72311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reproducible-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cd gaia/ && ./contrib/gitian-build.sh -s [email protected] all
If you want to generate unsigned builds, just remove the option `-s` from the command line:

```
./cmd/gaia/contrib/gitian-build.sh linux
./contrib/gitian-build.sh linux
```

At the end of the procedure, build results can be found in the `./gaia.sigs` directory:
Expand Down

0 comments on commit bd72311

Please sign in to comment.