Add link to stable source

This commit is contained in:
rubenwardy 2015-12-01 13:21:28 +00:00
parent b3b6dc4017
commit 0b2d4b29ba

View File

@ -130,7 +130,10 @@ redirect_from:
<div class="line"></div>
<h2>Source code</h2>
<p>The Minetest engine source code is at <a href="https://github.com/minetest/minetest">GitHub</a>.<br>
You will probably want <a href="https://github.com/minetest/minetest_game">minetest_game</a> as well. Put the game in your games directory.</p>
<p>Get the latest <a href="https://github.com/minetest/minetest/tree/stable-0.4">stable</a>
or <a href="https://github.com/minetest/minetest">development</a> source code from
<a href="https://github.com/minetest/minetest">GitHub</a>.<br>
You will probably want <a href="https://github.com/minetest/minetest_game">minetest_game</a> as well.
Put the game in your games directory.</p>
<p>See <a href="https://github.com/minetest/minetest/blob/master/README.txt">README.txt</a> for details on how to compile.</p>