summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2022-09-23 10:32:47 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2022-09-23 10:32:47 +0200
commit503b8a6874742d7dd2cb05497dcf85a474b820f3 (patch)
tree37bde5f7d982dd534e8df7e574c85708fb0dea10
parenteb814997947baab1a4559f8fbc69858614fe1424 (diff)
markdown renderer test
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2be2abc..64befee 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ to be documented.
### Running Benchmarks
-[[bin/explore-kconfig.py]] works with any product line that supports Kconfig and is capable of describing the non-functional properties of individual products.
+[explore-kconfig.py](bin/explore-kconfig.py) works with any product line that supports Kconfig and is capable of describing the non-functional properties of individual products.
To do so, it needs to provide the **make**, **make clean**, **make randconfig**, **make nfpvalues** and **make nfpkeys** commands.
**make nfpvalues** is expected to print a JSON dict describing the non-functional property values of the current build;
**make nfpkeys** is expected to print a JSON dict with meta-data about those.