mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Remove references to old-subversion repository in readme file.
This commit is contained in:
parent
d6c4e07f8e
commit
4ec3f43845
14
README.html
14
README.html
@ -43,7 +43,7 @@
|
||||
<a style="margin-left:32px;" href="#compilation">Compilation</a><br/>
|
||||
<a style="margin-left:32px;" href="#installation">Installation</a><br/>
|
||||
<a style="margin-left:32px;" href="#uninstallation">Uninstallation</a><br/>
|
||||
<a style="margin-left:32px;" href="#subversion">Subversion</a><br/>
|
||||
<a style="margin-left:32px;" href="#sourcecode">Source Code</a><br/>
|
||||
<a href="#contact_information">Contact Information</a><br/>
|
||||
<a href="#license">License</a><br/>
|
||||
<a style="margin-left:32px;" href="#legal_issues">Legal Issues</a><br/>
|
||||
@ -191,22 +191,22 @@ data/</pre>
|
||||
<p>
|
||||
Run "make uninstall".
|
||||
</p>
|
||||
<a name="subversion"></a><h2>SUBVERSION</h2>
|
||||
<a name="sourcecode"></a><h2>SOURCE CODE</h2>
|
||||
<p>
|
||||
If you downloaded asëprite from the Subversion repository, after
|
||||
If you downloaded asëprite from Git repository, after
|
||||
updating I recommend you to do:
|
||||
</p>
|
||||
<p>
|
||||
<pre>~/ase-trunk/$ make clean
|
||||
~/ase-trunk/$ ./fix.sh
|
||||
~/ase-trunk/$ make</pre>
|
||||
<pre>~/aseprite-src/$ make clean
|
||||
~/aseprite-src/$ ./fix.sh
|
||||
~/aseprite-src/$ make</pre>
|
||||
</p>
|
||||
<p>
|
||||
Also, you can make dependencies of the files (if you are trying to
|
||||
hack the asëprite source code):
|
||||
</p>
|
||||
<p>
|
||||
<pre>~/ase-trunk/$ sh misc/deps.sh</pre>
|
||||
<pre>~/aseprite-src/$ sh misc/deps.sh</pre>
|
||||
</p>
|
||||
|
||||
<a name="contact_information"></a><h1>CONTACT INFORMATION</h1>
|
||||
|
Loading…
Reference in New Issue
Block a user