mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-26 12:35:33 +00:00
Update information about how to get the source code
This commit is contained in:
parent
b0f53324a7
commit
392eacdb6a
11
INSTALL.md
11
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user