From b93c1d054ac04d56fc45b1cc297d565802fc47ca Mon Sep 17 00:00:00 2001 From: Cory Balaton Date: Fri, 26 Apr 2024 13:32:51 +0200 Subject: [PATCH] Change front ticks to back ticks. --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 914af04..b318c37 100644 --- a/README.md +++ b/README.md @@ -10,29 +10,29 @@ Make sure that you are inside the **src** directory before compiling the code. Now you can execute the command shown under to compile: -´´´ +``` make -´´´ +``` This will create object files and link them together into 2 executable files. These files are called **main** and **analyticPlot**. To run them, you can simply use the commands below: -´´´ +``` ./main -´´´ +``` -´´´ +``` ./analyticPlot -´´´ +``` ## How to generate plots For generating the plots, there are 4 Python scripts. You can run each one of them by using this command: -´´´ +``` python -´´´ +``` The plots will be saved inside **latex/images**.