Minor fix in CONTRIBUTING.md to clone aseprite repo & submodules

This commit is contained in:
David Capello 2014-11-07 19:10:32 -03:00
parent c9c8c6308f
commit 6a1809b814

View File

@ -57,7 +57,7 @@ https://github.com/aseprite/aseprite
You can clone it locally using the following command (read-only URL):
git clone git://github.com/aseprite/aseprite.git
git clone --recursive https://github.com/aseprite/aseprite.git
On Windows you can use programs like
[msysgit](http://msysgit.github.io/) to clone the repository.