summaryrefslogtreecommitdiff
path: root/doc/running.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-08-24 15:10:40 +0200
committerMike Pall <mike>2010-08-24 15:10:40 +0200
commitd668373654898d47de56061b4b2b31a1780ce476 (patch)
treed14a1d97309a501ed1d9b29b0382e19dd12333aa /doc/running.html
parentd9cdefee0a5bdcc69f0415077187d802eb05d024 (diff)
downloadluajit-d668373654898d47de56061b4b2b31a1780ce476.tar.gz
luajit-d668373654898d47de56061b4b2b31a1780ce476.tar.bz2
luajit-d668373654898d47de56061b4b2b31a1780ce476.zip
RELEASE LuaJIT-2.0.0-beta5v2.0.0-beta5
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 24508f25..e3a2a4b0 100644
--- a/doc/running.html
+++ b/doc/running.html
@@ -71,11 +71,11 @@ interactive mode, too.
71<p class="indent" style="color: #c00000;"> 71<p class="indent" style="color: #c00000;">
72Note: the beta test releases only install under the versioned name on 72Note: the beta test releases only install under the versioned name on
73POSIX systems (to avoid overwriting a previous version). You either need 73POSIX systems (to avoid overwriting a previous version). You either need
74to type <tt>luajit-2.0.0-beta4</tt> to start it or create a symlink 74to type <tt>luajit-2.0.0-beta5</tt> to start it or create a symlink
75with a command like this: 75with a command like this:
76</p> 76</p>
77<pre class="code" style="color: #c00000;"> 77<pre class="code" style="color: #c00000;">
78sudo ln -sf luajit-2.0.0-beta4&nbsp;/usr/local/bin/luajit 78sudo ln -sf luajit-2.0.0-beta5&nbsp;/usr/local/bin/luajit
79</pre> 79</pre>
80<p> 80<p>
81Unlike previous versions <b>optimization is turned on by default</b> in 81Unlike previous versions <b>optimization is turned on by default</b> in
@@ -121,7 +121,7 @@ itself. For a description of their options and output format, please
121read the comment block at the start of their source. 121read the comment block at the start of their source.
122They can be found in the <tt>lib</tt> directory of the source 122They can be found in the <tt>lib</tt> directory of the source
123distribution or installed under the <tt>jit</tt> directory. By default 123distribution or installed under the <tt>jit</tt> directory. By default
124this is <tt>/usr/local/share/luajit-2.0.0-beta4/jit</tt> on POSIX 124this is <tt>/usr/local/share/luajit-2.0.0-beta5/jit</tt> on POSIX
125systems. 125systems.
126</p> 126</p>
127 127