doc: Fix the verbage concerning prereqs

In README.md remove references to prerequisites and instead refer the
reader to the relevant documentaion.

Change-Id: I136bdbe5cf88092ec0b30496c3b6ed3b8c1332c7
Signed-off-by: Stephen Bates <sbates@raithlin.com>
Reviewed-on: https://review.gerrithub.io/399786
Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK Automated Test System <sys_sgsw@intel.com>
This commit is contained in:
Stephen Bates 2018-02-13 17:10:25 -07:00 committed by Daniel Verkamp
parent 9c131c2863
commit 3710fdddd6

View File

@ -7,5 +7,8 @@ http://www.spdk.io/doc/
Building the Documentation
==========================
To convert the documentation into HTML, install Doxygen and mscgen and run `make` in the `doc`
directory. The output will be located in `doc/output/html`.
To convert the documentation into HTML run `make` in the `doc`
directory. The output will be located in `doc/output/html`. Before
running `make` ensure all pre-requisites are installed. See
[Installing Prerequisites](http://www.spdk.io/doc/getting_started.html)
for more details.