diff --git a/README.md b/README.md index b221ab9..d34ac05 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ $ sudo dnf install paraview ## Compile and run -To compile the source code you can use the available script. This will generate a binary executable inside the ``bin`` folder. +To compile the source code you can use the available script. ```sh $ ./recompile_project.sh diff --git a/recompile_project.sh b/recompile_project.sh index 40ed467..471231d 100755 --- a/recompile_project.sh +++ b/recompile_project.sh @@ -1,3 +1,2 @@ #!/bin/bash -mkdir -p build cd build; cmake ..; make