Skip to content
Snippets Groups Projects
Commit b7313557 authored by Armin Damon Riess's avatar Armin Damon Riess
Browse files

correct formatting

parent eeac2f9c
No related branches found
No related tags found
No related merge requests found
...@@ -5,15 +5,15 @@ Most of the code is written in C++, Python is used to make plots and animations. ...@@ -5,15 +5,15 @@ Most of the code is written in C++, Python is used to make plots and animations.
## Make build directory ## Make build directory
''' ```
nbody$ mkdir build nbody$ mkdir build
nbody$ cd build nbody$ cd build
nbody/build$ cmake .. nbody/build$ cmake ..
''' ```
## Compiling and running the simulation ## Compiling and running the simulation
''' ```
nbody/build$ make nbody/build$ make
nbody/build$ ./nbody nbody/build$ ./nbody
''' ```
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment