Merge branch 'master'

This commit is contained in:
David Capello 2015-11-20 14:50:51 -03:00
commit c96691c681

View File

@ -19,6 +19,12 @@ You can clone it using the following command (read-only URL):
git clone --recursive https://github.com/aseprite/aseprite.git
To update an existing copy:
cd aseprite
git pull
git submodule update --init --recursive
On Windows you can use programs like
[msysgit](http://msysgit.github.io/) to clone the repository.