diff --git a/doc/build.html b/doc/build.html
index 5d6e5410f1..0265033e56 100644
--- a/doc/build.html
+++ b/doc/build.html
@@ -154,9 +154,10 @@
From git clone using autoconfig
- Install the packages automake, autoconf,
- libtool, and flex using your system’s package manager
- (apt-get, yum install, etc.).
+ Install the following packages using your system’s package manager
+(apt-get, yum install, etc.):
+automake autoconf libtool flex
+
git clone https://github.com/johnkerl/miller
cd miller
autoreconf -fiv
diff --git a/doc/content-for-build.html b/doc/content-for-build.html
index 2daa3a92d0..f124af1b6a 100644
--- a/doc/content-for-build.html
+++ b/doc/content-for-build.html
@@ -45,9 +45,10 @@ From release tarball using autoconfig
From git clone using autoconfig
- Install the packages automake, autoconf,
- libtool, and flex using your system’s package manager
- (apt-get, yum install, etc.).
+ Install the following packages using your system’s package manager
+(apt-get, yum install, etc.):
+automake autoconf libtool flex
+
git clone https://github.com/johnkerl/miller
cd miller
autoreconf -fiv
diff --git a/doc/reference.html b/doc/reference.html
index 42c1218b3c..4c9121c622 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -318,7 +318,7 @@
Output of one verb may be chained as input to another using "then", e.g.
mlr stats1 -a min,mean,max -f flag,u,v -g color then sort -f color
For more information please see http://johnkerl.org/miller/doc and/or
-http://github.com/johnkerl/miller. This is Miller version >= v2.3.1.
+http://github.com/johnkerl/miller. This is Miller version >= v2.3.2.