diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml
index 238723d17..3317335e8 100644
--- a/docs/nmap-install.xml
+++ b/docs/nmap-install.xml
@@ -1053,7 +1053,8 @@ install Zenmap as usual.
which packages Unix software for Mac OS X. The two discussed here are
Fink and
MacPorts. See the
-respective projects' web sites for installation instructions.
+respective projects' web sites for how to install the package
+managers.
Fink
To install using Fink, run the command fink install
@@ -1066,6 +1067,13 @@ nmap. Nmap will be installed as
install nmap. Nmap will be installed as
/opt/local/bin/nmap. To uninstall, run
sudo port uninstall nmap.
+
+These systems install install the nmap
+executable outside the global PATH. To enable Zenmap to
+find it, set the nmap_command_path variable in
+zenmap.conf to /sw/bin/nmap or
+/opt/local/bin/nmap as described in
+.