Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove minetest_game note from FreeBSD section #301

Merged
merged 1 commit into from
Apr 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,12 @@ <h3>Packages</h3>
<h2>FreeBSD</h2>
<h3>Package manager</h3>
<p>On FreeBSD 9.1 and newer, you can use the official pre-built packages:
<code>pkg install minetest minetest_game</code></p>
<code>pkg install minetest</code></p>
<h3>Compile using ports</h3>
<p>You can also compile Minetest and choose build options easily using the FreeBSD port dialogs.</p>
<pre>
cd /usr/ports/games/minetest
make install
cd /usr/ports/games/minetest_game
make install
</pre>
</div>

Expand Down