Browse Source

Merge pull request #853 from bulldetektor/fix/update_readme_with_git_submodules

#852 Adding instructions to add submodules when cloning the repository
af/merge-core
Anton Firsov 7 years ago
committed by GitHub
parent
commit
c1a6c675d6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -123,6 +123,14 @@ To clone ImageSharp locally click the "Clone in Windows" button above or run the
git clone https://github.com/SixLabors/ImageSharp
```
### Submodules
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:
``` bash
git submodule update --init --recursive
```
### How can you help?
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.

Loading…
Cancel
Save