Skip to content

Commit

Permalink
Add instructions to update submodule when cloning repo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 6, 2013
1 parent 02f91a1 commit c1bb9c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -28,9 +28,11 @@ How do I add OCHamcrest to my project?

__Building:__

If you want to build OCHamcrest yourself, cd to the Source folder, then
If you want to build OCHamcrest yourself, clone the repo, then

```sh
$ git submodule update --init
$ cd Source
$ ./MakeDistribution.sh
```

Expand Down

0 comments on commit c1bb9c0

Please sign in to comment.