diff --git a/INSTALL.md b/INSTALL.md index 83db31bf2..4eb159205 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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.