File tree 1 file changed +27
-7
lines changed
1 file changed +27
-7
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ <h1>Downloads</h1>
18
18
< h2 > Getting started</ h2 >
19
19
< p >
20
20
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 >
24
24
Otherwise, feel free to look at the < a href ="https://docs.luanti.org/changelog/#5100--5110 "> changelog</ a > .
25
25
</ p >
26
26
< p >
@@ -106,10 +106,30 @@ <h3>Packages</h3>
106
106
<!-- <li class="has-text-weight-bold">Snap (all distributions) -
107
107
<a href="https://snapcraft.io/minetest">Stable</a></li> -->
108
108
< 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
+
113
133
</ li >
114
134
< li >
115
135
Debian - use
You can’t perform that action at this time.
0 commit comments