This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 392eacdb6ad453eb68ff253a94aa9267b1f1b194 Author: David Capello <[email protected]> Date: Wed Apr 13 12:00:12 2016 -0300 Update information about how to get the source code --- INSTALL.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b28d18b..f7d17be 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -21,16 +21,17 @@ platforms: # Get the source code -At the moment the only way to compile Aseprite is cloning the Git -repository located here: +You can get the source code downloading a `Aseprite-v1.x-Source.zip` +file from the latest Aseprite release: -https://github.com/aseprite/aseprite +https://github.com/aseprite/aseprite/releases -You can clone it using the following command (read-only URL): +Or you can clone the repository and all its submodules using the +following command: git clone --recursive https://github.com/aseprite/aseprite.git -To update an existing copy: +To update an existing clone you can use the following commands: cd aseprite git pull -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

