doc: fix macosx-firewall suggestion BUILDING · nodejs/node@699cfa1

Original file line numberDiff line numberDiff line change

@@ -91,7 +91,7 @@ On macOS you will need to install the `Xcode Command Line Tools` by running

9191

installed, you can find them under the menu `Xcode -> Open Developer Tool ->

9292

More Developer Tools...`. This step will install `clang`, `clang++`, and

9393

`make`.

94-

* You may want to setup [firewall rules](tools/macosx-firewall.sh)

94+

* After building, you may want to setup [firewall rules](tools/macosx-firewall.sh)

9595

to avoid popups asking to accept incoming network connections when running tests:

9696
9797

If the path to your build directory contains a space, the build will likely fail.