From a1401696dfed5ba9faf3bbc2c8754e79346aa15f Mon Sep 17 00:00:00 2001 From: Zaoqi Date: Sat, 20 Jul 2019 23:59:37 +0000 Subject: [PATCH] Update README.md (#8700) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aa190402487b..ff51d21684d5 100644 --- a/README.md +++ b/README.md @@ -92,13 +92,13 @@ Locations: Where each location is on each platform: * Windows .zip / RUN_IN_PLACE source: - * bin = `bin` - * share = `.` - * user = `.` + * `bin` = `bin` + * `share` = `.` + * `user` = `.` * Windows installed: - * $bin = `C:\Program Files\Minetest\bin (Depends on the install location)` - * $share = `C:\Program Files\Minetest (Depends on the install location)` - * $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` * Linux installed: * `bin` = `/usr/bin` * `share` = `/usr/share/minetest`