README: Reword cleaning the repo

Reworded cleaning the repo. The old wording did not make sense.

Change-Id: I6aca7ad25dbb6704d27696e39891498d21ed5cd6
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
1 file changed
tree: 991b45a7caec44d11c924ea34e8b73fb424813db
  1. fail-monitor/
  2. libmapper/
  3. obmc/
  4. .gitignore
  5. bootstrap.sh
  6. configure.ac
  7. LICENSE
  8. Makefile.am
  9. phosphor-mapper
  10. README.md
  11. setup.cfg
  12. setup.py.in
README.md

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To clean the repository run `./bootstrap.sh clean`.