Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
favmd committed Aug 28, 2023
1 parent 8761b8f commit 91e7667
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlockVisualisation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ docker run -it --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp gcc:13 g++ -Ofast

### run

Run
To run the built executable, run

```sh
./calc_layout.exe
Expand Down Expand Up @@ -88,7 +88,7 @@ Adjust `sample/visual_settings.txt` to define the input and output files.

### draw

Run
To draw the calculated layout, run

```sh
make -C sample reinit
Expand Down

0 comments on commit 91e7667

Please sign in to comment.