summaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
authorMike Pall <mike>2009-12-08 19:49:20 +0100
committerMike Pall <mike>2009-12-08 19:49:20 +0100
commit1d1fed48a002dfc0919135911057ebc255a53e0a (patch)
treec5c6643908374bb8f02f4c7691332d32f6645986 /doc/running.html
parent55b16959717084884fd4a0cbae6d19e3786c20c7 (diff)
downloadluajit-1d1fed48a002dfc0919135911057ebc255a53e0a.tar.gz
luajit-1d1fed48a002dfc0919135911057ebc255a53e0a.tar.bz2
luajit-1d1fed48a002dfc0919135911057ebc255a53e0a.zip
RELEASE LuaJIT-2.0.0-beta2v2.0.0-beta2
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 db69578c..fcb28e85 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-beta1</tt> to start it or create a symlink 72to type <tt>luajit-2.0.0-beta2</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-beta1 /usr/local/bin/luajit 76sudo ln -sf luajit-2.0.0-beta2&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-beta1/jit</tt> on POSIX 122this is <tt>/usr/local/share/luajit-2.0.0-beta2/jit</tt> on POSIX
123systems. 123systems.
124</p> 124</p>
125 125