aboutsummaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-02-11 16:28:37 +0100
committerMike Pall <mike>2011-02-11 16:28:37 +0100
commit97d84111fd38ccd61897c21b05a10bacf4e3c829 (patch)
tree59a322cfba4c5e90c8e00790ef20957267c1cb1f /doc/running.html
parent7c61073a303b3ae254fcf351e30d30c6df7ed61b (diff)
downloadluajit-97d84111fd38ccd61897c21b05a10bacf4e3c829.tar.gz
luajit-97d84111fd38ccd61897c21b05a10bacf4e3c829.tar.bz2
luajit-97d84111fd38ccd61897c21b05a10bacf4e3c829.zip
RELEASE LuaJIT-2.0.0-beta6v2.0.0-beta6
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 ba55e56d..cf221a4d 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;">
86Note: the beta test releases only install under the versioned name on 86Note: the beta test releases only install under the versioned name on
87POSIX systems (to avoid overwriting a previous version). You either need 87POSIX systems (to avoid overwriting a previous version). You either need
88to type <tt>luajit-2.0.0-beta5</tt> to start it or create a symlink 88to type <tt>luajit-2.0.0-beta6</tt> to start it or create a symlink
89with a command like this: 89with a command like this:
90</p> 90</p>
91<pre class="code" style="color: #c00000;"> 91<pre class="code" style="color: #c00000;">
92sudo ln -sf luajit-2.0.0-beta5&nbsp;/usr/local/bin/luajit 92sudo ln -sf luajit-2.0.0-beta6&nbsp;/usr/local/bin/luajit
93</pre> 93</pre>
94<p> 94<p>
95Unlike previous versions <b>optimization is turned on by default</b> in 95Unlike previous versions <b>optimization is turned on by default</b> in
@@ -135,7 +135,7 @@ itself. For a description of their options and output format, please
135read the comment block at the start of their source. 135read the comment block at the start of their source.
136They can be found in the <tt>lib</tt> directory of the source 136They can be found in the <tt>lib</tt> directory of the source
137distribution or installed under the <tt>jit</tt> directory. By default 137distribution or installed under the <tt>jit</tt> directory. By default
138this is <tt>/usr/local/share/luajit-2.0.0-beta5/jit</tt> on POSIX 138this is <tt>/usr/local/share/luajit-2.0.0-beta6/jit</tt> on POSIX
139systems. 139systems.
140</p> 140</p>
141 141