Update README.md (#8700)

master
Zaoqi 2019-07-20 23:59:37 +00:00 committed by Paramat
parent 69bf964241
commit a1401696df
1 changed files with 6 additions and 6 deletions

View File

@ -92,13 +92,13 @@ Locations:
Where each location is on each platform: Where each location is on each platform:
* Windows .zip / RUN_IN_PLACE source: * Windows .zip / RUN_IN_PLACE source:
* bin = `bin` * `bin` = `bin`
* share = `.` * `share` = `.`
* user = `.` * `user` = `.`
* Windows installed: * Windows installed:
* $bin = `C:\Program Files\Minetest\bin (Depends on the install location)` * `bin` = `C:\Program Files\Minetest\bin (Depends on the install location)`
* $share = `C:\Program Files\Minetest (Depends on the install location)` * `share` = `C:\Program Files\Minetest (Depends on the install location)`
* $user = `%APPDATA%\Minetest` * `user` = `%APPDATA%\Minetest`
* Linux installed: * Linux installed:
* `bin` = `/usr/bin` * `bin` = `/usr/bin`
* `share` = `/usr/share/minetest` * `share` = `/usr/share/minetest`