prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.
Change-Id: I82b5d164cccded79f9da060952c33cf75d4f3c66
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/README.md b/README.md
index 6de2c1a..2ef0c2e 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,9 @@
Test cases require google{test,mock}, valgrind, and lcov.
## Building
+
For a standard release build, you want something like:
+
```
./bootstrap.sh
./configure --disable-tests
@@ -16,6 +18,7 @@
```
For a test / debug build, a typical configuration is
+
```
./bootstrap.sh
./configure --enable-tests --enable-coverage --enable-valgrind