Add Readme

Change-Id: I95365609439af847cd8cb1a5c0bd062ce7686625
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1cd3089
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+Code for detecting and analyzing power faults on Witherspoon.
+
+## 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`.
+```