blob: 14ace83eb0c0e487d10ccf93e544f7cba8029067 [file] [log] [blame]
Lei YUe065f612019-07-30 14:10:52 +08001# phosphor-psu-code-mgmt
2
3phosphor-psu-code-mgmt is a service to provide management for PSU code,
4including:
5
6* PSU code version
7* PSU code update
8
9
10## Building
11
12```
13meson build/ && ninja -C build
14```
15