diff --git a/CHANGES.txt b/CHANGES.txt
index aad1adcec2f..f97fef1f9f2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -174,6 +174,8 @@ Release 0.21.0 - Unreleased
HBASE-1829 Make use of start/stop row in TableInputFormat
(Lars George via Stack)
HBASE-1867 Tool to regenerate an hbase table from the data files
+ HBASE-1904 Add tutorilal for installing HBase on Windows using Cygwin as
+ a test and development environment (Wim Van Leuven via Stack)
OPTIMIZATIONS
HBASE-410 [testing] Speed up the test suite
diff --git a/src/docs/src/documentation/content/xdocs/site.xml b/src/docs/src/documentation/content/xdocs/site.xml
index ec221804222..46caa206926 100644
--- a/src/docs/src/documentation/content/xdocs/site.xml
+++ b/src/docs/src/documentation/content/xdocs/site.xml
@@ -36,6 +36,7 @@ See http://forrest.apache.org/docs/linking.html for more info.
If you are running HBase on Windows, you must install Cygwin.
-Additionally, it is strongly recommended that you add or append to the following
-environment variables. If you install Cygwin in a location that is not C:\cygwin
you
-should modify the following appropriately.
-- --HOME=c:\cygwin\home\jim -ANT_HOME=(wherever you installed ant) -JAVA_HOME=(wherever you installed java) -PATH=C:\cygwin\bin;%JAVA_HOME%\bin;%ANT_HOME%\bin; other windows stuff -SHELL=/bin/bash --
For additional information, see the Hadoop Quick Start Guide
+If you are running HBase on Windows, you must install +Cygwin +to have a *nix-like environment for the shell scripts. The full details +are explained in +the Windows Installation +guide.