Skip to content

Commit 614ea5d

Browse files
authored
Update downloads.html
I fixed isssue luanti-org#125 (luanti-org#125) and deleted this link https://wiki.luanti.org/Tutorials
1 parent cdaa13d commit 614ea5d

File tree

1 file changed

+27
-7
lines changed

1 file changed

+27
-7
lines changed

downloads.html

+27-7
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ <h1>Downloads</h1>
1818
<h2>Getting started</h2>
1919
<p>
2020
Are you a new user?
21-
Have a look at our <a href="https://wiki.luanti.org/Getting_Started">Getting Started</a>,
22-
<a href="https://wiki.luanti.org/FAQ">FAQ</a>,
23-
and <a href="https://wiki.luanti.org/Tutorials">Tutorials</a> pages on our wiki.<br>
21+
Have a look at our <a href="https://wiki.luanti.org/Getting_Started">Getting Started</a> and
22+
<a href="https://wiki.luanti.org/FAQ">FAQ</a>
23+
pages on our wiki.<br>
2424
Otherwise, feel free to look at the <a href="https://docs.luanti.org/changelog/#5100--5110">changelog</a>.
2525
</p>
2626
<p>
@@ -106,10 +106,30 @@ <h3>Packages</h3>
106106
<!-- <li class="has-text-weight-bold">Snap (all distributions) -
107107
<a href="https://snapcraft.io/minetest">Stable</a></li> -->
108108
<li>
109-
Ubuntu -
110-
<a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/stable">Stable PPA</a> or
111-
<a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/daily-builds">Daily PPA</a>,
112-
as the repos are outdated
109+
Ubuntu and derivates
110+
</li>
111+
<ul>
112+
<li>
113+
add the PPA (as the repos are outdated) for the <a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/stable">Stable version</a>:
114+
<pre>
115+
sudo add-apt-repository ppa:minetestdevs/stable
116+
</pre>
117+
</li>
118+
<li>
119+
or for the <a href="https://launchpad.net/~minetestdevs/+archive/ubuntu/daily-builds">Daily Version</a>:
120+
<pre>
121+
sudo add-apt-repository ppa:minetestdevs/daily-builds
122+
</pre>
123+
</li>
124+
<li>
125+
and install Luanti
126+
<pre>
127+
sudo apt update
128+
sudo apt install minetest
129+
</pre>
130+
</li>
131+
</ul>
132+
113133
</li>
114134
<li>
115135
Debian - use

0 commit comments

Comments
 (0)