From f2fb89922902369e2a136b94aafa1395192ea1e6 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Tue, 25 Jul 2017 16:32:12 -0500 Subject: phosphor-fan-presence README Change-Id: I651338de2d07b9fae105e3225ffd08f2088a4518 Signed-off-by: Gunnar Mills --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 README.md diff --git a/README.md b/README.md new file mode 100755 index 0000000..9170196 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# phosphor-fan-presence +Phosphor fan provides a set of fan monitoring and control applications. + +## To Build +``` +To build this package, do the following steps: + + 1. ./bootstrap.sh + 2. ./configure ${CONFIGURE_FLAGS} + 3. make + +To clean the repository run `./bootstrap.sh clean`. +``` -- cgit v1.2.1