mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 00:19:13 +00:00
Instructions for updating a copy of the git repo
This commit is contained in:
parent
4b21d8d5f4
commit
6354937231
@ -19,6 +19,12 @@ You can clone it using the following command (read-only URL):
|
|||||||
|
|
||||||
git clone --recursive https://github.com/aseprite/aseprite.git
|
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
|
On Windows you can use programs like
|
||||||
[msysgit](http://msysgit.github.io/) to clone the repository.
|
[msysgit](http://msysgit.github.io/) to clone the repository.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user