We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bf964 commit a140169Copy full SHA for a140169
README.md
@@ -92,13 +92,13 @@ Locations:
92
Where each location is on each platform:
93
94
* Windows .zip / RUN_IN_PLACE source:
95
- * bin = `bin`
96
- * share = `.`
97
- * user = `.`
+ * `bin` = `bin`
+ * `share` = `.`
+ * `user` = `.`
98
* Windows installed:
99
- * $bin = `C:\Program Files\Minetest\bin (Depends on the install location)`
100
- * $share = `C:\Program Files\Minetest (Depends on the install location)`
101
- * $user = `%APPDATA%\Minetest`
+ * `bin` = `C:\Program Files\Minetest\bin (Depends on the install location)`
+ * `share` = `C:\Program Files\Minetest (Depends on the install location)`
+ * `user` = `%APPDATA%\Minetest`
102
* Linux installed:
103
* `bin` = `/usr/bin`
104
* `share` = `/usr/share/minetest`
0 commit comments