Not all directories were given in the GSG document, but many of those
omitted would be of interest to users, e.g. "doc", "license" and
"usertools" directories. Adding these leaves only "devtools", and
"kernel" as the only undocumented directories, so add them in too for
completeness.
When updating the section, add "including" to the line leading up to the
directory list, indicating that, while the list is currently complete,
it is not guaranteed to always be.
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
tar xJf dpdk-<version>.tar.xz
cd dpdk-<version>
-The DPDK is composed of several directories:
+The DPDK is composed of several directories, including:
+
+* doc: DPDK Documentation
+
+* license: DPDK license information
* lib: Source code of DPDK libraries
* config, buildtools: Framework-related scripts and configuration
+* usertools: Utility scripts for end-users of DPDK applications
+
+* devtools: Scripts for use by DPDK developers
+
+* kernel: Kernel modules needed for some operating systems
+
+
Compiling and Installing DPDK System-wide
-----------------------------------------