Skip to content

Commit

Permalink
doc(wiki + README): minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Jan 10, 2024
1 parent 32681cc commit eb5003c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,15 @@ for f in $(find patch_generator -maxdepth 1 -type d); do
cat $f/1.patch
echo ""
done
# apply patch with id 1
discopop_patch_applicator -a 1
# reset code to the original state
discopop_patch_applicator -C
```


## Exemplary output
The following is an automatically generatred, exemplary output patch file generated and applicable as show in the provided [examples](https://discopop-project.github.io/discopop/Examples).
The following is an automatically generated, exemplary output patch file generated and applicable as show in the provided [examples](https://discopop-project.github.io/discopop/Examples).
```
--- /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
Expand Down
6 changes: 5 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,15 @@ for f in $(find patch_generator -maxdepth 1 -type d); do
cat $f/1.patch
echo ""
done
# apply patch with id 1
discopop_patch_applicator -a 1
# reset code to the original state
discopop_patch_applicator -C
```


## Exemplary output
The following is an automatically generatred, exemplary output patch file generated and applicable as show in the provided [examples](examples/examples.md).
The following is an automatically generated, 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
Expand Down

0 comments on commit eb5003c

Please sign in to comment.