aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/file_locations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/file_locations.md b/docs/file_locations.md
index d8e1c684..4466ba9d 100644
--- a/docs/file_locations.md
+++ b/docs/file_locations.md
@@ -67,7 +67,7 @@ On Unix, performing a vanilla installation of Lua from lua.org and a vanilla
67installation of LuaRocks will install both under /usr/local, meaning that the 67installation of LuaRocks will install both under /usr/local, meaning that the
68environment variables for the system-wide rock tree are correct by default. 68environment variables for the system-wide rock tree are correct by default.
69 69
70The command `[luarocks path](luarocks_path.md)` outputs the correct environment 70The command [`luarocks path`](luarocks_path.md) outputs the correct environment
71variables set for a rock tree. 71variables set for a rock tree.
72 72
73# Path where command-line scripts are installed 73# Path where command-line scripts are installed
@@ -90,7 +90,7 @@ installed need to be in your environment path.
90On Unix, /usr/local/bin is usually in the $PATH by default, but 90On Unix, /usr/local/bin is usually in the $PATH by default, but
91$HOME/.luarocks/bin is not. 91$HOME/.luarocks/bin is not.
92 92
93The command `[luarocks path](luarocks_path.md) --bin` outputs the correct PATH 93The command [`luarocks path --bin`](luarocks_path.md) outputs the correct PATH
94environment variables set for a rock tree. 94environment variables set for a rock tree.
95 95
96# Compiler 96# Compiler