xref: /openbmc/phosphor-power/README.md (revision 690e78041c13e8883c03072886db05b31433036e)
1Code for detecting and analyzing power faults on Witherspoon.
2
3## To Build
4```
5To build this package, do the following steps:
6
7    1. meson build
8    2. ninja -C build
9
10To clean the repository again run `rm -rf build`.
11```
12