numam-spdk/doc/README.md
Stephen Bates 3710fdddd6 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>
2018-02-14 17:38:48 -05:00

15 lines
470 B
Markdown

SPDK Documentation
==================
The current version of the SPDK documentation can be found online at
http://www.spdk.io/doc/
Building the Documentation
==========================
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.