From 36ca31c3355e7b8b0da5b4a504b8c41638eefdb8 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Sat, 11 Sep 2021 17:01:14 +0200 Subject: [PATCH] Update various things on download page --- downloads.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/downloads.html b/downloads.html index 0fbba4b..ac4ff92 100644 --- a/downloads.html +++ b/downloads.html @@ -88,33 +88,32 @@ redirect_from:

Linux

Packages

-

Those may be out of date at times. If they are too out of date, you can build from source.

+

These may be out of date at times. If they are too out of date, consider building from source.

@@ -124,7 +123,7 @@ redirect_from:

On FreeBSD 9.1 and newer, you can use the official pre-built packages: pkg install minetest minetest_game

Compile using ports

-

You can compile Minetest and choose build options easily using the FreeBSD port dialogs.

+

You can also compile Minetest and choose build options easily using the FreeBSD port dialogs.

 cd /usr/ports/games/minetest
 make install
@@ -141,6 +140,9 @@ make install
             Use Homebrew to get the stable version:
brew install minetest +
  • + MacPorts also contains a port of the stable version:
    + sudo port install minetest
  • Daily unstable builds
  • @@ -152,12 +154,12 @@ make install

    Get the latest stable or development source code from - GitHub.
    + GitHub.
    You will probably want Minetest Game as well. Put the game in your games directory.

    - See README.md + See the README for details on how to compile Minetest from source.