diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-05 21:40:39 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-05 21:40:39 -0300 |
commit | f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e (patch) | |
tree | c2f0cb86890fb90a85a7f091746543c7ff14ac5e /docs/luarocks_admin.md | |
parent | 7fe5532c695711d23fd9d7e13a9e6235478171b6 (diff) | |
download | luarocks-f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e.tar.gz luarocks-f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e.tar.bz2 luarocks-f5c5db5a7378d97a6f261ffaa10c84e2005bfc4e.zip |
docs: import Wiki docs into the main repo
Diffstat (limited to 'docs/luarocks_admin.md')
-rw-r--r-- | docs/luarocks_admin.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/luarocks_admin.md b/docs/luarocks_admin.md new file mode 100644 index 00000000..ca673e76 --- /dev/null +++ b/docs/luarocks_admin.md | |||
@@ -0,0 +1,19 @@ | |||
1 | # luarocks-admin | ||
2 | |||
3 | **luarocks-admin** is the repository management tool for LuaRocks, the Lua package manager. | ||
4 | |||
5 | # Usage | ||
6 | |||
7 | ``` | ||
8 | luarocks-admin <command> [<arguments>]... | ||
9 | ``` | ||
10 | |||
11 | # Supported commands | ||
12 | |||
13 | * [help](luarocks_admin_help.md) - Help on commands. | ||
14 | * [make-manifest](luarocks_admin_make_manifest.md) - Compile a manifest file for a repository. | ||
15 | * [add](luarocks_admin_add.md) - Add a rock or rockspec to a rocks server. | ||
16 | * [remove](luarocks_admin_remove.md) - Remove a rock or rockspec from a rocks server. | ||
17 | * [refresh-cache](luarocks_admin_refresh_cache.md) - Refresh local cache of a remote rocks server. | ||
18 | |||
19 | |||