Skip to content

Commit

Permalink
doc: clarify macosx-firewall suggestion BUILDING
Browse files Browse the repository at this point in the history
`./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.
  • Loading branch information
chasestarr committed Dec 17, 2016
1 parent 4a25756 commit cc9fe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ On OS X, you will also need:
this under the menu `Xcode -> Preferences -> Downloads`
* This step will install `gcc` and the related toolchain containing `make`

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

```console
Expand Down

0 comments on commit cc9fe1b

Please sign in to comment.