File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,23 @@ You will need the `make <https://www.gnu.org/software/make/>`_ and
2121`gfortran <https://gcc.gnu.org/fortran/ >`_ tools installed on your system
2222and available from your command line.
2323
24- To check if you already have them installed:
24+ To check if you already have them installed::
2525
2626 $ make -v
2727
28- Should return something similar to:
28+ Should return something similar to::
2929
3030 $ GNU Make 3.81
3131 $ Copyright (C) 2006 Free Software Foundation, Inc.
3232 $ This is free software; see the source for copying conditions.
3333 $ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
3434 $ PARTICULAR PURPOSE.
3535
36- and
36+ and::
3737
3838 $ gfortran -v
3939
40- should return something similar to:
40+ should return something similar to::
4141
4242 $ Using built-in specs.
4343 $ Thread model: posix
@@ -46,14 +46,14 @@ should return something similar to:
4646Installation
4747------------
4848
49- Clone the repository and compile the Fortran code:
49+ Clone the repository and compile the Fortran code::
5050
5151 $ git clone https://github.com/Axelrod-Python/TourExec.git
5252 $ cd TourExec
5353 $ make
5454
5555You should now have a `bin ` directory containing the the executable file,
56- `tourexec `, which you can run:
56+ `tourexec `, which you can run::
5757
5858 $ cd ../bin
5959 $ ./tourexec
You can’t perform that action at this time.
0 commit comments