Skip to content

Commit acb5766

Browse files
authored
Merge pull request SixLabors#853 from bulldetektor/fix/update_readme_with_git_submodules
SixLabors#852 Adding instructions to add submodules when cloning the repository
2 parents 4ef30ce + b34b9af commit acb5766

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ To clone ImageSharp locally click the "Clone in Windows" button above or run the
123123
git clone https://github.com/SixLabors/ImageSharp
124124
```
125125

126+
### Submodules
127+
128+
This repository contains [git submodules](https://blog.github.com/2016-02-01-working-with-submodules/). To add the submodules to the project, navigate to the repository root and type:
129+
130+
``` bash
131+
git submodule update --init --recursive
132+
```
133+
126134
### How can you help?
127135

128136
Please... Spread the word, contribute algorithms, submit performance improvements, unit tests, no input is too little. Make sure to read our [Contribution Guide](https://github.com/SixLabors/ImageSharp/blob/master/.github/CONTRIBUTING.md) before opening a PR.

0 commit comments

Comments
 (0)