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: I604f9ce2677792518c9b124939bff0ac713cef34
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/README.md b/README.md
index c00fc47..5385391 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,28 @@
# The Mapper
+
This repository contains the mapper, which assists in finding things on D-Bus.
There is documentation about it [here][1].
## Prerequisites
+
Non-OpenBMC build dependencies are:
- - meson/ninja
- - boost
- - libsystemd
- - systemd
- - tinyxml2
+
+- meson/ninja
+- boost
+- libsystemd
+- systemd
+- tinyxml2
## Build
+
`meson build && ninja -C build`
## Run Unit Tests
+
`meson build && ninja -C build test`
## Clean the repository
+
`rm -rf build`
[1]: https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md