From 631249eec39e1825b637820dfa913fd36b508f99 Mon Sep 17 00:00:00 2001 From: tmatis Date: Mon, 3 Apr 2023 16:50:16 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7eace0c..a52db3a 100644 --- a/README.md +++ b/README.md @@ -67,32 +67,32 @@ If you you want to update the tool, you can run the same command. You can now use the `funcheck` command. (run `funcheck --help` for more information how to use it) -### Build instructions +## Build instructions -#### Requirements +### Requirements - A modern version of `gcc` - `make` -#### Build +### Build You need to build both the `funcheck` binary and the `libfuncheck.so` library. -##### Clone the repository +#### Clone the repository ```bash git clone https://github.com/tmatis/funcheck.git cd funcheck ``` -##### Build the `libfuncheck.so` library +#### Build the `libfuncheck.so` library ```bash cd library make ``` -##### Build the `funcheck` binary +#### Build the `funcheck` binary ```bash cd ../host