From 859cf0b5c06d977f851679e9ff02865cd2f180b2 Mon Sep 17 00:00:00 2001 From: Zemtzov7 <72821250+zmv7@users.noreply.github.com> Date: Wed, 17 Apr 2024 22:28:04 +0500 Subject: [PATCH] Remove minetest_game note from FreeBSD section (#301) --- downloads.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/downloads.html b/downloads.html index 5a1b91f..51e1a87 100644 --- a/downloads.html +++ b/downloads.html @@ -127,14 +127,12 @@

Packages

FreeBSD

Package manager

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

+ pkg install minetest

Compile using ports

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

 cd /usr/ports/games/minetest
 make install
-cd /usr/ports/games/minetest_game
-make install