commit | 698d773aad44dcf9a7242266bbf395e381d66f15 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jun 25 09:51:10 2025 -0400 |
committer | Jagpal S Gill <paligill@gmail.com> | Wed Jun 25 16:44:34 2025 +0000 |
tree | 14c9714c2de9b6ae4d722d6407bd771c84933e6d | |
parent | fd34144b13fe506b8dcabf54e868e109a9605f0e [diff] |
bmc/test/README: reformat to be more stable under linters Some formatting, especially when there are lists with shell snippets, seem to be less stable in formatting between prettier and markdownlint. Using code-block formatting for code blocks is better anyhow. Switch to use that to avoid the issue. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Ie28fa04ec7c5e2332931bf76054697ce17c77b52
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.