summaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/running.html')
-rw-r--r--doc/running.html6
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;">
88Note: the beta test releases only install under the versioned name on 88Note: the beta test releases only install under the versioned name on
89POSIX systems (to avoid overwriting a previous version). You either need 89POSIX systems (to avoid overwriting a previous version). You either need
90to type <tt>luajit-2.0.0-beta9</tt> to start it or create a symlink 90to type <tt>luajit-2.0.0-beta10</tt> to start it or create a symlink
91with a command like this: 91with a command like this:
92</p> 92</p>
93<pre class="code" style="color: #c00000;"> 93<pre class="code" style="color: #c00000;">
94sudo ln -sf luajit-2.0.0-beta9&nbsp;/usr/local/bin/luajit 94sudo ln -sf luajit-2.0.0-beta10&nbsp;/usr/local/bin/luajit
95</pre> 95</pre>
96<p> 96<p>
97Unlike previous versions <b>optimization is turned on by default</b> in 97Unlike 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
197read the comment block at the start of their source. 197read the comment block at the start of their source.
198They can be found in the <tt>lib</tt> directory of the source 198They can be found in the <tt>lib</tt> directory of the source
199distribution or installed under the <tt>jit</tt> directory. By default 199distribution or installed under the <tt>jit</tt> directory. By default
200this is <tt>/usr/local/share/luajit-2.0.0-beta9/jit</tt> on POSIX 200this is <tt>/usr/local/share/luajit-2.0.0-beta10/jit</tt> on POSIX
201systems. 201systems.
202</p> 202</p>
203 203