summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZaoqi <zaomir@outlook.com>2019-07-20 23:59:37 +0000
committerParamat <paramat@users.noreply.github.com>2019-07-21 00:59:37 +0100
commita1401696dfed5ba9faf3bbc2c8754e79346aa15f (patch)
treea9bf4dab45d6e884538516e72934786b77b42064 /README.md
parent69bf964241666428e8d1663164a443654f51d53a (diff)
downloadminetest-a1401696dfed5ba9faf3bbc2c8754e79346aa15f.tar.gz
minetest-a1401696dfed5ba9faf3bbc2c8754e79346aa15f.tar.bz2
minetest-a1401696dfed5ba9faf3bbc2c8754e79346aa15f.zip
Update README.md (#8700)
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index aa1904024..ff51d2168 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`