diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-05 21:40:39 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-02-21 11:22:43 -0300 |
commit | 7e86fa86b4d08fd6118d6eab46d92b29ffea791e (patch) | |
tree | 10fdd12beed4b0eca408533ad11d1f52d7d62e10 /docs/download.md | |
parent | 1ada2ea4bbd94ac0c58e3e2cc918194140090a75 (diff) | |
download | luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.tar.gz luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.tar.bz2 luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.zip |
docs: import Wiki docs into the main repo
Diffstat (limited to 'docs/download.md')
-rw-r--r-- | docs/download.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/download.md b/docs/download.md new file mode 100644 index 00000000..fd8c6655 --- /dev/null +++ b/docs/download.md | |||
@@ -0,0 +1,39 @@ | |||
1 | # Download | ||
2 | |||
3 | # Downloading | ||
4 | |||
5 | Latest release: **LuaRocks 3.11.1** - '31/May/2024' | ||
6 | |||
7 | * [Tarball for Unix](https://luarocks.org/releases/luarocks-3.11.1.tar.gz) | ||
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 | |||
16 | * [Installation instructions for Unix](installation_instructions_for_unix.md) (Linux, BSDs, etc.) | ||
17 | * [Installation instructions for macOS](installation_instructions_for_macos.md) | ||
18 | * [Installation instructions for Windows](installation_instructions_for_windows.md) | ||
19 | |||
20 | LuaRocks is a pure Lua application with no library dependencies. Its current | ||
21 | release depends on some helper tools, but you shouldn't worry about them, as | ||
22 | they are shipped by default on most Unix systems. For Windows, the all-in-one | ||
23 | package already includes them and a binary of Lua, as a convenience. | ||
24 | |||
25 | Once LuaRocks is installed, make sure to read the | ||
26 | [Documentation](index.md) for more information! | ||
27 | |||
28 | # The bleeding edge | ||
29 | |||
30 | Development is done using Git. To get the latest development sources, run: | ||
31 | |||
32 | ``` | ||
33 | git clone git://github.com/luarocks/luarocks.git | ||
34 | ``` | ||
35 | |||
36 | There is also a web interface available at: | ||
37 | |||
38 | * [http://github.com/luarocks/luarocks](http://github.com/luarocks/luarocks) | ||
39 | |||