diff --git a/doc/Section_start.html b/doc/Section_start.html
index ba02ba91c0..7fe123ecdb 100644
--- a/doc/Section_start.html
+++ b/doc/Section_start.html
@@ -40,7 +40,7 @@ tar xvf lammps*.tar
This will create a LAMMPS directory containing two files and several
sub-directories:
-
+
| README | text file |
| LICENSE | the GNU General Public License (GPL) |
| bench | benchmark problems |
@@ -479,6 +479,11 @@ secs/timestep.
OS X is BSD Unix, so it should just work. See the
src/MAKE/Makefile.mac file.
+One exception to this is the BSD version of sed that comes standard
+on many Apple systems. It does not support
+some of the features of GNU sed used by the LAMMPS package installer.
+The solution is to install GNU sed using fink, MacPorts, or some other
+method.
diff --git a/doc/Section_start.txt b/doc/Section_start.txt
index b5e65e4b0a..f7ae551c52 100644
--- a/doc/Section_start.txt
+++ b/doc/Section_start.txt
@@ -473,6 +473,11 @@ secs/timestep.
OS X is BSD Unix, so it should just work. See the
src/MAKE/Makefile.mac file.
+One exception to this is the BSD version of sed that comes standard
+on many Apple systems. It does not support
+some of the features of GNU sed used by the LAMMPS package installer.
+The solution is to install GNU sed using fink, MacPorts, or some other
+method.
:line