diff options
Diffstat (limited to '')
-rw-r--r-- | doc/install.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.html b/doc/install.html index 6a9a2c9f..4e226d17 100644 --- a/doc/install.html +++ b/doc/install.html | |||
@@ -178,8 +178,8 @@ open a terminal window and change to this directory. Now unpack the archive | |||
178 | and change to the newly created directory: | 178 | and change to the newly created directory: |
179 | </p> | 179 | </p> |
180 | <pre class="code"> | 180 | <pre class="code"> |
181 | tar zxf LuaJIT-2.0.0-beta8.tar.gz | 181 | tar zxf LuaJIT-2.0.0-beta9.tar.gz |
182 | cd LuaJIT-2.0.0-beta8</pre> | 182 | cd LuaJIT-2.0.0-beta9</pre> |
183 | <h3>Building LuaJIT</h3> | 183 | <h3>Building LuaJIT</h3> |
184 | <p> | 184 | <p> |
185 | The supplied Makefiles try to auto-detect the settings needed for your | 185 | The supplied Makefiles try to auto-detect the settings needed for your |
@@ -229,11 +229,11 @@ Obviously the prefixes given during build and installation need to be the same. | |||
229 | <p style="color: #c00000;"> | 229 | <p style="color: #c00000;"> |
230 | Note: to avoid overwriting a previous version, the beta test releases | 230 | Note: to avoid overwriting a previous version, the beta test releases |
231 | only install the LuaJIT executable under the versioned name (i.e. | 231 | only install the LuaJIT executable under the versioned name (i.e. |
232 | <tt>luajit-2.0.0-beta8</tt>). You probably want to create a symlink | 232 | <tt>luajit-2.0.0-beta9</tt>). You probably want to create a symlink |
233 | for convenience, with a command like this: | 233 | for convenience, with a command like this: |
234 | </p> | 234 | </p> |
235 | <pre class="code" style="color: #c00000;"> | 235 | <pre class="code" style="color: #c00000;"> |
236 | sudo ln -sf luajit-2.0.0-beta8 /usr/local/bin/luajit | 236 | sudo ln -sf luajit-2.0.0-beta9 /usr/local/bin/luajit |
237 | </pre> | 237 | </pre> |
238 | 238 | ||
239 | <h2 id="windows">Windows Systems</h2> | 239 | <h2 id="windows">Windows Systems</h2> |