diff --git a/icu4c/readme.html b/icu4c/readme.html
index f7762bb8ef1..3bf795238ea 100644
--- a/icu4c/readme.html
+++ b/icu4c/readme.html
@@ -943,9 +943,11 @@
"HowToBuildWindowsCommandLine">Using MSDEV At The Command Line
Note: You can build ICU from the command line. Assuming that you
have properly installed Microsoft Visual C++ to support command line
- execution, you can run the following command, 'devenv.com
- <ICU>\source\allinone\allinone.sln /build "Win32|Release"'. You can also
- use Cygwin with this compiler to build ICU, and you can refer to the 'devenv.com <ICU>\source\allinone\allinone.sln /build "Release|Win32"'.
+ Or to build the 64-bit Release version from the command line:
+ 'devenv.com <ICU>\source\allinone\allinone.sln /build "Release|x64"'
.
+
You can also use Cygwin with this compiler to build ICU, and you can refer to the How To Build And Install On Windows with Cygwin
section for more details.