Update Getting started authored by Rainer Weinberger's avatar Rainer Weinberger
......@@ -54,7 +54,7 @@ The ``SYSTYPE`` is a variable defining a specific machine. Each machine has its
specific compiler settings and library paths defined in the Makefile. New ``SYSTYPE``
keywords can be added in the Makefile when needed.
Config.sh -- Compile time flags
Config.sh - Compile time flags
-------------------------------
The next step is to set the compile-time configuration of the code. This is
......@@ -104,7 +104,7 @@ while internally defined flags are listed in ``defines_extra``.
Starting the code
=================
param.txt -- Runtime settings
param.txt - Runtime settings
-----------------------------
After compiling Arepo, the executable ``Arepo`` should be present in the main
......
......