summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2022-01-27 16:23:50 -0800
committerTrumeet <yuuta@yuuta.moe>2022-01-27 16:23:50 -0800
commit8ad144b1c513cf9b19904ea01ce7ac854b742c9e (patch)
treef2bb4e5ae2c10a551ca2122fcee8264dbaf3073f
parent243ad933215c0db05e3913716f724902e622eec6 (diff)
downloadwww-8ad144b1c513cf9b19904ea01ce7ac854b742c9e.tar
www-8ad144b1c513cf9b19904ea01ce7ac854b742c9e.tar.gz
www-8ad144b1c513cf9b19904ea01ce7ac854b742c9e.tar.bz2
www-8ad144b1c513cf9b19904ea01ce7ac854b742c9e.zip
Use about/ instead of README
-rw-r--r--minecraft-pacman/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/minecraft-pacman/index.html b/minecraft-pacman/index.html
index ce1507b..22a62cb 100644
--- a/minecraft-pacman/index.html
+++ b/minecraft-pacman/index.html
@@ -10,7 +10,7 @@
<h2>Manage Minecraft and Fabric versions using pacman(1)!</h2>
<p>The best way to install Minecraft on Arch Linux.</p>
<h2>Downloads</h2>
- <p><a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git/snapshot/minecraft-pacman-master.tar">Latest Tarball</a>, <a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git">Git</a> and <a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git/tree/README.md">README.md</a>.</p>
+ <p><a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git/snapshot/minecraft-pacman-master.tar">Latest Tarball</a>, <a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git">Git</a> and <a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git/about/">README.md</a>.</p>
<h2>How does it work</h2>
<p>Minecraft and Fabric binaries and just ordinary files. Therefore, it is possible to install and upgrade multiple versions globally (and also natively) using pacman(1) on Arch Linux.</p>
<p>Installation in home directories have multiple disadvantages: users cannot share them, and there is no standard way of upgrading. Most importantly, * most * Minecraft launchers on the Internet have significant disadvantages that prevent me from using them.</p>
@@ -21,7 +21,7 @@
<p>Great! You now knows why it's better to install Minecraft as Arch Linux packages, so let's go over the installation procedure.</p>
<p>Because PKGBUILDs are dynamically generated, and Mojang prohibits the distribution of Minecraft files (I think this includes manifest jsons as well), I could not provide ready-to-use packages or PKGBUILDs. You have to generate PKGBUILDs and make them on your own. No worry, this process is simple.<p>
<p>Just <a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git/snapshot/minecraft-pacman-master.tar">download the latest source tarball</a> and run <code>./switch 1.18.1</code>, so PKGBUILDs will be generated. Then, run <code>makepkg</code> in <code>mc/</code> to create Minecraft packages.</p>
- <p>For assets (sounds, extra textures, languages, etc) and Fabric, as well as the exported variables, please consult <a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git/tree/README.md">README</a>.</p>
+ <p>For assets (sounds, extra textures, languages, etc) and Fabric, as well as the exported variables, please consult <a href="https://git.yuuta.moe/Minecraft/minecraft-pacman.git/about/">README</a>.</p>
<br />
<p>Licensed under GPL v2.</p>
</body>