Skip to content

Commit 3b252a6

Browse files
chasestarrMylesBorins
authored andcommitted
doc: clarify macosx-firewall suggestion BUILDING
`./tools/macosx-firewall.sh` fails if run before build step. Since the suggestion comes before the build steps in the document, this change clarifies that the script should be run after building. PR-URL: #10311 Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Italo A. Casas <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 122917d commit 3b252a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ On OS X, you will also need:
2424
this under the menu `Xcode -> Preferences -> Downloads`
2525
* This step will install `gcc` and the related toolchain containing `make`
2626

27-
* You may want to setup [firewall rules](tools/macosx-firewall.sh) to avoid
28-
popups asking to accept incoming network connections when running tests:
27+
* After building, you may want to setup [firewall rules](tools/macosx-firewall.sh)
28+
to avoid popups asking to accept incoming network connections when running tests:
2929

3030
```console
3131
$ sudo ./tools/macosx-firewall.sh

0 commit comments

Comments
 (0)