Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mirams authored Oct 20, 2016
1 parent a38aafa commit c7d819c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ git clone --recursive https://github.com/Chaste/ApPredict.git
N.B. on really old git versions (<1.6.5), recursive doesn't work and you need to do:
```sh
$ cd <chaste source directory>/projects
$ git clone --recursive https://github.com/Chaste/ApPredict.git
$ git clone https://github.com/Chaste/ApPredict.git
$ cd ApPredict
$ git submodule init
$ git submodule update
Expand Down

0 comments on commit c7d819c

Please sign in to comment.