diff options
author | Mike Pall <mike> | 2023-08-21 02:38:56 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2023-08-21 02:38:56 +0200 |
commit | f0ff869bc2fffa17bb765c4c773457578da125a9 (patch) | |
tree | a439bf4fe179352af5a6808ab5c5d4584cff197e /doc/running.html | |
parent | ef587afb2cd7267c0defd04aa642593b76a6b23d (diff) | |
parent | c34594681909cac98d44629863df2c7afd93eaf0 (diff) | |
download | luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.tar.gz luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.tar.bz2 luajit-f0ff869bc2fffa17bb765c4c773457578da125a9.zip |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/running.html')
-rw-r--r-- | doc/running.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/running.html b/doc/running.html index 325cb6bb..3afc1b56 100644 --- a/doc/running.html +++ b/doc/running.html | |||
@@ -68,14 +68,15 @@ td.param_default { | |||
68 | <a href="ext_profiler.html">Profiler</a> | 68 | <a href="ext_profiler.html">Profiler</a> |
69 | </li></ul> | 69 | </li></ul> |
70 | </li><li> | 70 | </li><li> |
71 | <a href="status.html">Status</a> | 71 | <a href="https://luajit.org/status.html">Status <span class="ext">»</span></a> |
72 | </li><li> | 72 | </li><li> |
73 | <a href="faq.html">FAQ</a> | 73 | <a href="https://luajit.org/faq.html">FAQ <span class="ext">»</span></a> |
74 | </li><li> | 74 | </li><li> |
75 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> | 75 | <a href="https://luajit.org/list.html">Mailing List <span class="ext">»</span></a> |
76 | </li></ul> | 76 | </li></ul> |
77 | </div> | 77 | </div> |
78 | <div id="main"> | 78 | <div id="main"> |
79 | |||
79 | <p> | 80 | <p> |
80 | LuaJIT has only a single stand-alone executable, called <tt>luajit</tt> on | 81 | LuaJIT has only a single stand-alone executable, called <tt>luajit</tt> on |
81 | POSIX systems or <tt>luajit.exe</tt> on Windows. It can be used to run simple | 82 | POSIX systems or <tt>luajit.exe</tt> on Windows. It can be used to run simple |