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