diff --git a/releng/org.eclipse.cdt.releng/buildindex.html b/releng/org.eclipse.cdt.releng/buildindex.html
index 48eb28a6e27..81c25bbf7af 100644
--- a/releng/org.eclipse.cdt.releng/buildindex.html
+++ b/releng/org.eclipse.cdt.releng/buildindex.html
@@ -12,19 +12,33 @@
cdt-master-@branchVersion@-@buildId@.zip
-To use this zip file, in the menu Help->SoftwareUpdates, select the Available Features tab and click Manage sites... Click Add...,
-then Archive... and point at the zip file. The list of available features will populate and you can select the features
-you want to install. You will at nead require the C/C++ Development Tooling feature which is the CDT runtime.
-
+To install CDT:
+
+- Download the master zip file and put it somewhere on your machine.
+- Fire up Eclipse (The Platform Run-time 3.4M6a is minimum recommended)
+- Help->Software Updates
+- On the Available Features tab, select Manage sites...
+- Add... in the master zip as an Archive...
+- Under CDT Main Features select the one you want. C/C++ Development
+Tools is the main one. The SDK adds in the schemas and source for
+building extensions to the CDT. The C/C++ Development Platform is the
+Tools without the GNU toolchain support.
+- You can install other neat things, including the Mylyn bridge, from
+the CDT Optional Features category.
+
This feature has everything, including:
-- CDT Runtime Feature - includes editor, search, builders, launch, debug, gnu toolchain integrations for build/debug, user documentation
+- CDT Platform Feature - includes editor, search, builders, launch, debug, user documentation
+- CDT Runtime Feature - superset of platform feature that adds gnu toolchain integrations for build/debug
- CDT SDK Feature - superset of runtime that adds source and extension point schemas
-- GDB Hardware Debugging - Provides a launch configuration for launching gdb to do hardware debugging.
-- XL C/C++ Compiler Support - Provides an error parser and managed build support for IBM's XL C/C++ compilers.
-- LR Parser - Provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99), generated from a grammar using the LPG parser generator. The grammar can be reused and extended to create your own parser for variants on the C programming language.
-- CDT Utilities - Provides utilities for C/C++ Development Tools
+- GDB Hardware Debugging - provides a launch configuration for launching gdb to do hardware debugging.
+- XL C/C++ Compiler Support - provides an error parser and managed build support for IBM's XL C/C++ compilers.
+- LR Parser - provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99), generated from a
+grammar using the LPG parser generator. The grammar can be reused and extended to
+create your own parser for variants on the C programming language.
+- Mylyn Bridge - allows CDT to work with Mylyn.
+- CDT Utilities - provides utilities for C/C++ Development Tools
- CDT Testing Feature - includes all test plugins required for running automated JUnit tests