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:
parent
51fa65a9a1
commit
d7ddec2fd2
1 changed files with 20 additions and 0 deletions
20
pages/common/minetest.md
Normal file
20
pages/common/minetest.md
Normal 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`
|
Loading…
Add table
Reference in a new issue