1# phosphor-bmc-code-mgmt
2
3Phosphor BMC Code Management provides a set of system software management
4applications. More information can be found at
5[Software Architecture](https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Software/README.md)
6
7## To Build
8
9To build this package, do the following steps:
10
111. `meson build`
122. `ninja -C build`
13
14To clean the repository run `rm -r build`.
15