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
7```
8To build this package, do the following steps:
9
10    1. ./bootstrap.sh
11    2. ./configure ${CONFIGURE_FLAGS}
12    3. make
13
14To full clean the repository again run `./bootstrap.sh clean`.
15```
16