]> Cypherpunks repositories - gostls13.git/commitdiff
[dev.boringcrypto] misc/boring: update README
authorRuss Cox <rsc@golang.org>
Mon, 25 Sep 2017 15:57:23 +0000 (11:57 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 25 Sep 2017 19:27:58 +0000 (19:27 +0000)
Change-Id: I17158d73f2541d49188daa2e4e02ca389f1c395d
Reviewed-on: https://go-review.googlesource.com/65992
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
misc/boring/README.md

index 612323573e10accc68a5aec85237b34f28e2a54b..698b6617f9085987e2f4413c282563a9ffe30ab7 100644 (file)
@@ -51,9 +51,10 @@ To issue new BoringCrypto releases based on Go 1.8:
 BoringCrypto updates, including the update of the `VERSION` file.
 Mail them out and get them committed.
 
-3. **Back on the (not Go 1.8) dev.boringcrypto branch**, run `build.release <commit>`,
+3. **Back on the (not Go 1.8) dev.boringcrypto branch**,
+run `make.bash` and then `build.release <commit>`,
 where `<commit>` is the latest commit on the dev.boringcrypto.go1.8 branch.
-It will build a release and upload it.
+The script will build a release and upload it.
 
 4. Run `build.docker`.