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: I0da1cafebe637d22b596329925e8904773101b89
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/README.md b/README.md
index d863e4b..8ee0e52 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,17 @@
# sdeventplus
-sdeventplus is a c++ wrapper around the systemd sd_event apis meant
-to provide c++ ergonomics to their usage.
+sdeventplus is a c++ wrapper around the systemd sd_event apis meant to provide
+c++ ergonomics to their usage.
## Dependencies
-The sdeventplus library requires a libsystemd development package on the
-system for sd-event.
+The sdeventplus library requires a libsystemd development package on the system
+for sd-event.
## Building
+
For a standard release build, you want something like:
+
```
meson setup -Dexamples=false -Dtests=disabled builddir
ninja -C builddir
@@ -17,6 +19,7 @@
```
For a test / debug build, a typical configuration is
+
```
meson setup -Dtests=enabled builddir
meson test -C builddir