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.