@@ -43,7 +43,7 @@ Default controls
43
43
- 0-9: Select item
44
44
- Z: Zoom (needs zoom privilege)
45
45
- T: Chat
46
- - /: Commad
46
+ - /: Command
47
47
48
48
- Esc: Pause menu/abort/exit (pauses only singleplayer game)
49
49
- R: Enable/disable full range view
@@ -85,7 +85,7 @@ $bin = /usr/bin
85
85
$share = /usr/share/minetest
86
86
$user = ~/.minetest
87
87
88
- OS X :
88
+ macOS :
89
89
$bin = Contents/MacOS
90
90
$share = Contents/Resources
91
91
$user = Contents/User OR ~/Library/Application Support/minetest
@@ -117,7 +117,7 @@ For Fedora users:
117
117
$ sudo dnf install make automake gcc gcc-c++ kernel-devel cmake libcurl* openal* libvorbis* libXxf86vm-devel libogg-devel freetype-devel mesa-libGL-devel zlib-devel jsoncpp-devel irrlicht-devel bzip2-libs gmp-devel sqlite-devel luajit-devel leveldb-devel ncurses-devel doxygen spatialindex-devel bzip2-devel
118
118
119
119
You can install git for easily keeping your copy up to date.
120
- If you dont want git, read below on how to get the source without git.
120
+ If you don’t want git, read below on how to get the source without git.
121
121
This is an example for installing git on Debian/Ubuntu:
122
122
$ sudo apt-get install git
123
123
@@ -502,7 +502,7 @@ Lua is licensed under the terms of the MIT license reproduced below.
502
502
This means that Lua is free software and can be used for both academic
503
503
and commercial purposes at absolutely no cost.
504
504
505
- For details and rationale, see http ://www.lua.org/license.html .
505
+ For details and rationale, see https ://www.lua.org/license.html .
506
506
507
507
Copyright (C) 1994-2008 Lua.org, PUC-Rio.
508
508
0 commit comments