diff options
Diffstat (limited to '')
-rw-r--r-- | docs/download.md | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/docs/download.md b/docs/download.md index 9413ed10..b580ff8a 100644 --- a/docs/download.md +++ b/docs/download.md | |||
@@ -1,17 +1,11 @@ | |||
1 | # Download | 1 | # Download |
2 | 2 | ||
3 | # Downloading | 3 | # Downloading |
4 | 4 | ||
5 | Latest release: **LuaRocks 3.11.1** - '31/May/2024' | 5 | * [Releases](https://luarocks.github.io/luarocks/releases/) |
6 | * [Changelog](../CHANGELOG.md) | ||
6 | 7 | ||
7 | * [Tarball for Unix](https://luarocks.org/releases/luarocks-3.11.1.tar.gz) | 8 | # Installing |
8 | * [Windows all-in-one executable (32-bit)](https://luarocks.org/releases/luarocks-3.11.1-windows-32.zip) | ||
9 | * [Windows all-in-one executable (64-bit)](https://luarocks.org/releases/luarocks-3.11.1-windows-64.zip) | ||
10 | * [other files](https://luarocks.github.io/luarocks/releases/) | ||
11 | |||
12 | For release notes and older versions, see the [release history](release_history.md). | ||
13 | |||
14 | # Installing | ||
15 | 9 | ||
16 | * [Installation instructions for Unix](installation_instructions_for_unix.md) (Linux, BSDs, etc.) | 10 | * [Installation instructions for Unix](installation_instructions_for_unix.md) (Linux, BSDs, etc.) |
17 | * [Installation instructions for macOS](installation_instructions_for_macos.md) | 11 | * [Installation instructions for macOS](installation_instructions_for_macos.md) |
@@ -25,7 +19,7 @@ package already includes them and a binary of Lua, as a convenience. | |||
25 | Once LuaRocks is installed, make sure to read the | 19 | Once LuaRocks is installed, make sure to read the |
26 | [Documentation](index.md) for more information! | 20 | [Documentation](index.md) for more information! |
27 | 21 | ||
28 | # The bleeding edge | 22 | # The bleeding edge |
29 | 23 | ||
30 | Development is done using Git. To get the latest development sources, run: | 24 | Development is done using Git. To get the latest development sources, run: |
31 | 25 | ||