1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-10 00:55:52 +02:00

minetest: add page (#2455)

This commit is contained in:
Starbeamrainbowlabs 2018-10-18 14:49:19 +01:00 committed by Owen Voke
parent 51fa65a9a1
commit d7ddec2fd2

20
pages/common/minetest.md Normal file
View file

@ -0,0 +1,20 @@
# minetest
> Multiplayer infinite-world block sandbox.
> See also `minetestserver`, the server-only binary.
- Start minetest in client mode:
`minetest`
- Start minetest in server mode:
`minetest --server`
- Write logs to a specific file:
`minetest --logfile {{path/to/file}}`
- Only write errors to the console:
`minetest --quiet`