From 50f5706da45cc5bf5269032682419646d50c8bb4 Mon Sep 17 00:00:00 2001 From: Lukas Rothenberger Date: Tue, 9 Jan 2024 14:18:46 +0100 Subject: [PATCH] doc(wiki)[index]: minor improvements --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index f078f221e..7c973f89e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -36,7 +36,7 @@ cd discopop mkdir build && cd build DP_BUILD=$(pwd) cmake .. && make -# instrument example code +# instrument and build the example code cd ../example mkdir build && cd build && cmake -DCMAKE_CXX_COMPILER=${DP_BUILD}/scripts/CXX_wrapper.sh .. && make # execute instrumented code @@ -56,7 +56,7 @@ done ## Exemplary output -The following is an automatically generatred, exemplary output patch file generated as show in the provided [examples](examples/examples.md). +The following is an automatically generatred, exemplary output patch file generated and applicable as show in the provided [examples](examples/examples.md). ``` --- /home/lukas/temp/discopop_tmp/discopop/example/example.cpp 2024-01-09 10:11:50.369555235 +0100 +++ /home/lukas/temp/discopop_tmp/discopop/example/example.cpp.discopop_patch_generator.temp 2024-01-09 11:14:20.904823624 +0100