README: Add span-lite install
Change-Id: I77284753d11ee7c845f4a0535a47dc70a3beed48
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/README.md b/README.md
index 3601de5..ecfc99a 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,19 @@
make install
```
+#### Building span-lite
+
+Check out the [span-lite source](https://github.com/martinmoene/span-lite).
+
+Then run these commands in the source directory.
+
+```
+mkdir build && cd build
+cmake ..
+make
+make install
+```
+
#### Building stdplus
Check out the [stdplus source](https://github.com/openbmc/stdplus).