Skip to content

Commit 25b9bb2

Browse files
authored
Merge pull request #1 from Axelrod-Python/minor-fix-to-readme
Fix cd path in readme.
2 parents 8276b1c + e40b445 commit 25b9bb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
TourExec
22
========
33

4-
This repository contains the software associated with
4+
This repository contains the software associated with
55
`Robert Axelrod <http://www-personal.umich.edu/%7Eaxe/>`_'s book `The Complexity of
66
Cooperation: Agent-Based Models of Competition and Collaboration
77
<http://press.princeton.edu/titles/6144.html>`_ (Princeton University Press).
88

9-
The code was originally published by the
9+
The code was originally published by the
1010
`University of Michigan Center for the Study of Complex Systems <http://lsa.umich.edu/cscs/>`_
1111
and is now available from
1212
`Robert Axelrod's personal website <http://www-personal.umich.edu/~axe/research/Software/CC/CC2.html>`_.
@@ -55,7 +55,7 @@ Clone the repository and compile the Fortran code::
5555
You should now have a `bin` directory containing the the executable file,
5656
`tourexec`, which you can run::
5757

58-
$ cd ../bin
58+
$ cd bin
5959
$ ./tourexec
6060

6161
Cleanup
@@ -69,4 +69,4 @@ Compiling the executable file will create some intermediary object files in an
6969
There is also a command to remove the executable itself as well as the object
7070
files::
7171

72-
$ make remove
72+
$ make remove

0 commit comments

Comments
 (0)