diff options
Diffstat (limited to 'docs/installation_instructions_for_unix.md')
-rw-r--r-- | docs/installation_instructions_for_unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installation_instructions_for_unix.md b/docs/installation_instructions_for_unix.md index a13db9f6..cdcdf64b 100644 --- a/docs/installation_instructions_for_unix.md +++ b/docs/installation_instructions_for_unix.md | |||
@@ -41,7 +41,7 @@ Once Lua and its dependencies are installed, it is time to install LuaRocks: | |||
41 | 41 | ||
42 | * Go to the unpacked LuaRocks directory. | 42 | * Go to the unpacked LuaRocks directory. |
43 | 43 | ||
44 | * To configure, build and install LuaRocks, run the following commands. The `./configure` script will attempt to detect your installation of Lua. If you get any error messages, see the section "Customizing your settings", below. | 44 | * To configure, build and install LuaRocks, run the following commands. The `./configure` script will attempt to detect your installation of Lua. If you get any error messages, see the section "[Customizing your settings](#customizing-your-settings)", below. |
45 | 45 | ||
46 | ``` | 46 | ``` |
47 | -$ ./configure --with-lua-include=/usr/local/include | 47 | -$ ./configure --with-lua-include=/usr/local/include |