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 bec93f1f..96f1fa09 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -69,11 +69,11 @@ interactive mode, too.
69<p class="indent" style="color: #c00000;"> 69<p class="indent" style="color: #c00000;">
70Note: the beta test releases only install under the versioned name on 70Note: the beta test releases only install under the versioned name on
71POSIX systems (to avoid overwriting a previous version). You either need 71POSIX systems (to avoid overwriting a previous version). You either need
72to type <tt>luajit-2.0.0-beta2</tt> to start it or create a symlink 72to type <tt>luajit-2.0.0-beta3</tt> to start it or create a symlink
73with a command like this: 73with a command like this:
74</p> 74</p>
75<pre class="code" style="color: #c00000;"> 75<pre class="code" style="color: #c00000;">
76sudo ln -sf luajit-2.0.0-beta2&nbsp;/usr/local/bin/luajit 76sudo ln -sf luajit-2.0.0-beta3&nbsp;/usr/local/bin/luajit
77</pre> 77</pre>
78<p> 78<p>
79Unlike previous versions <b>optimization is turned on by default</b> in 79Unlike previous versions <b>optimization is turned on by default</b> in
@@ -119,7 +119,7 @@ itself. For a description of their options and output format, please
119read the comment block at the start of their source. 119read the comment block at the start of their source.
120They can be found in the <tt>lib</tt> directory of the source 120They can be found in the <tt>lib</tt> directory of the source
121distribution or installed under the <tt>jit</tt> directory. By default 121distribution or installed under the <tt>jit</tt> directory. By default
122this is <tt>/usr/local/share/luajit-2.0.0-beta2/jit</tt> on POSIX 122this is <tt>/usr/local/share/luajit-2.0.0-beta3/jit</tt> on POSIX
123systems. 123systems.
124</p> 124</p>
125 125