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 118dab7b..85892cf5 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -85,11 +85,11 @@ interactive mode, too. | |||
85 | <p class="indent" style="color: #c00000;"> | 85 | <p class="indent" style="color: #c00000;"> |
86 | Note: the beta test releases only install under the versioned name on | 86 | Note: the beta test releases only install under the versioned name on |
87 | POSIX systems (to avoid overwriting a previous version). You either need | 87 | POSIX systems (to avoid overwriting a previous version). You either need |
88 | to type <tt>luajit-2.0.0-beta7</tt> to start it or create a symlink | 88 | to type <tt>luajit-2.0.0-beta8</tt> to start it or create a symlink |
89 | with a command like this: | 89 | with a command like this: |
90 | </p> | 90 | </p> |
91 | <pre class="code" style="color: #c00000;"> | 91 | <pre class="code" style="color: #c00000;"> |
92 | sudo ln -sf luajit-2.0.0-beta7 /usr/local/bin/luajit | 92 | sudo ln -sf luajit-2.0.0-beta8 /usr/local/bin/luajit |
93 | </pre> | 93 | </pre> |
94 | <p> | 94 | <p> |
95 | Unlike previous versions <b>optimization is turned on by default</b> in | 95 | Unlike previous versions <b>optimization is turned on by default</b> in |
@@ -167,7 +167,7 @@ itself. For a description of their options and output format, please | |||
167 | read the comment block at the start of their source. | 167 | read the comment block at the start of their source. |
168 | They can be found in the <tt>lib</tt> directory of the source | 168 | They can be found in the <tt>lib</tt> directory of the source |
169 | distribution or installed under the <tt>jit</tt> directory. By default | 169 | distribution or installed under the <tt>jit</tt> directory. By default |
170 | this is <tt>/usr/local/share/luajit-2.0.0-beta7/jit</tt> on POSIX | 170 | this is <tt>/usr/local/share/luajit-2.0.0-beta8/jit</tt> on POSIX |
171 | systems. | 171 | systems. |
172 | </p> | 172 | </p> |
173 | 173 | ||