Shortly document the script from #8566.
Maintainers allowed to edit.
ACK 90d8f5d99dcdcdbbe181b8c4883890e921ae7e19
335 | @@ -336,6 +336,8 @@ There will be a lot of warnings printed during the build of the image. These can 336 | Getting and building the inputs 337 | -------------------------------- 338 | 339 | +At this point you have two options, you can either use the automated script (found in [contrib/gitian-build.sh](/contrib/gitian-build.sh)) or you could manually do everything by following this guide. 340 | +
Concept ACK, although it would be nice to specify here how to use the script (eg, what to type to build, like the rest of the document) instead of just referring to it.
I've made some changes today. What do you think?
15 | @@ -16,6 +16,7 @@ Before every major release: 16 | * Update hardcoded [seeds](/contrib/seeds/README.md), see [this pull request](https://github.com/bitcoin/bitcoin/pull/7415) for an example. 17 | 18 | ### First time / New builders 19 | +If you're using the automated script (found in [contrib/gitian-build.sh](/contrib/gitian-build.sh)), then at this point you should run it with the "--setup" command. Otherwise ignore this.
Please add a newline between the header and the text (also below).
Initially missed it, ended up as two commits, but done. Thanks for the suggestions.
Yes, looks better, thanks.
Huh! I didn't intend to close this, sorry. Tried to squash it. Will open a new pull for that.