Skip to content

Commit 1ee7a0b

Browse files
committed
Fix rst syntax in readme
1 parent 476a259 commit 1ee7a0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
2222
and 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:
4646
Installation
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

5555
You 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

0 commit comments

Comments
 (0)