From b7313557b1579f721e58ec8e757dcc3fff05724e Mon Sep 17 00:00:00 2001 From: "armindamon.riess" <armindamon.riess@uzh.ch> Date: Thu, 15 Dec 2022 15:13:01 +0100 Subject: [PATCH] correct formatting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 08749cf..b1cbe57 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,15 @@ Most of the code is written in C++, Python is used to make plots and animations. ## Make build directory -''' +``` nbody$ mkdir build nbody$ cd build nbody/build$ cmake .. -''' +``` ## Compiling and running the simulation -''' +``` nbody/build$ make nbody/build$ ./nbody -''' \ No newline at end of file +``` \ No newline at end of file -- GitLab