mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-15 19:52:05 +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="#compilation">Compilation</a><br/>
|
||||||
<a style="margin-left:32px;" href="#installation">Installation</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="#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="#contact_information">Contact Information</a><br/>
|
||||||
<a href="#license">License</a><br/>
|
<a href="#license">License</a><br/>
|
||||||
<a style="margin-left:32px;" href="#legal_issues">Legal Issues</a><br/>
|
<a style="margin-left:32px;" href="#legal_issues">Legal Issues</a><br/>
|
||||||
@ -191,22 +191,22 @@ data/</pre>
|
|||||||
<p>
|
<p>
|
||||||
Run "make uninstall".
|
Run "make uninstall".
|
||||||
</p>
|
</p>
|
||||||
<a name="subversion"></a><h2>SUBVERSION</h2>
|
<a name="sourcecode"></a><h2>SOURCE CODE</h2>
|
||||||
<p>
|
<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:
|
updating I recommend you to do:
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<pre>~/ase-trunk/$ make clean
|
<pre>~/aseprite-src/$ make clean
|
||||||
~/ase-trunk/$ ./fix.sh
|
~/aseprite-src/$ ./fix.sh
|
||||||
~/ase-trunk/$ make</pre>
|
~/aseprite-src/$ make</pre>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Also, you can make dependencies of the files (if you are trying to
|
Also, you can make dependencies of the files (if you are trying to
|
||||||
hack the asëprite source code):
|
hack the asëprite source code):
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<pre>~/ase-trunk/$ sh misc/deps.sh</pre>
|
<pre>~/aseprite-src/$ sh misc/deps.sh</pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<a name="contact_information"></a><h1>CONTACT INFORMATION</h1>
|
<a name="contact_information"></a><h1>CONTACT INFORMATION</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user