diff options
Diffstat (limited to 'doc/running.html')
-rw-r--r-- | doc/running.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/running.html b/doc/running.html index 24508f25..e3a2a4b0 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -71,11 +71,11 @@ interactive mode, too. | |||
71 | <p class="indent" style="color: #c00000;"> | 71 | <p class="indent" style="color: #c00000;"> |
72 | Note: the beta test releases only install under the versioned name on | 72 | Note: the beta test releases only install under the versioned name on |
73 | POSIX systems (to avoid overwriting a previous version). You either need | 73 | POSIX systems (to avoid overwriting a previous version). You either need |
74 | to type <tt>luajit-2.0.0-beta4</tt> to start it or create a symlink | 74 | to type <tt>luajit-2.0.0-beta5</tt> to start it or create a symlink |
75 | with a command like this: | 75 | with a command like this: |
76 | </p> | 76 | </p> |
77 | <pre class="code" style="color: #c00000;"> | 77 | <pre class="code" style="color: #c00000;"> |
78 | sudo ln -sf luajit-2.0.0-beta4 /usr/local/bin/luajit | 78 | sudo ln -sf luajit-2.0.0-beta5 /usr/local/bin/luajit |
79 | </pre> | 79 | </pre> |
80 | <p> | 80 | <p> |
81 | Unlike previous versions <b>optimization is turned on by default</b> in | 81 | Unlike previous versions <b>optimization is turned on by default</b> in |
@@ -121,7 +121,7 @@ itself. For a description of their options and output format, please | |||
121 | read the comment block at the start of their source. | 121 | read the comment block at the start of their source. |
122 | They can be found in the <tt>lib</tt> directory of the source | 122 | They can be found in the <tt>lib</tt> directory of the source |
123 | distribution or installed under the <tt>jit</tt> directory. By default | 123 | distribution or installed under the <tt>jit</tt> directory. By default |
124 | this is <tt>/usr/local/share/luajit-2.0.0-beta4/jit</tt> on POSIX | 124 | this is <tt>/usr/local/share/luajit-2.0.0-beta5/jit</tt> on POSIX |
125 | systems. | 125 | systems. |
126 | </p> | 126 | </p> |
127 | 127 | ||