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