Add README.md
Change-Id: I117a3ee6895cfc195d04a4704476a40d8bc10028
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b2c5f6f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+Contains procedures that interact with the OpenPower nest chipset.
+
+## To Build
+```
+To build this package, do the following steps:
+
+ 1. ./bootstrap.sh
+ 2. ./configure ${CONFIGURE_FLAGS}
+ 3. make
+
+To full clean the repository again run `./bootstrap.sh clean`.
+```