aboutsummaryrefslogtreecommitdiff
path: root/docs/namespaces.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/namespaces.md')
-rw-r--r--docs/namespaces.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/namespaces.md b/docs/namespaces.md
index f00c692a..4591c1c4 100644
--- a/docs/namespaces.md
+++ b/docs/namespaces.md
@@ -19,14 +19,13 @@ repository is an address (a local directory or a remote URL) where LuaRocks
19can find a `manifest-5.x` file and .rock and .rockspec files. We also call 19can find a `manifest-5.x` file and .rock and .rockspec files. We also call
20such repository a "manifest", for short. 20such repository a "manifest", for short.
21 21
22The [LuaRocks.org](LuaRocks.org)(LuaRocks.org)(https://luarocks.org) website 22The [LuaRocks.org](https://luarocks.org) website features a root manifest at
23features a root manifest at `https://luarocks.org` as well as per-user 23`https://luarocks.org` as well as per-user manifests at
24manifests at `https://luarocks.org/manifests/<your-user-name>`. Entries in the 24`https://luarocks.org/manifests/<your-user-name>`. Entries in the root
25root manifest are operated in a first-come first-served manner, but even if 25manifest are operated in a first-come first-served manner, but even if someone
26someone else has already taken a rock name, you can upload your own version of 26else has already taken a rock name, you can upload your own version of it to
27it to your user manifest. You can refer to a per-user manifest the same way as 27your user manifest. You can refer to a per-user manifest the same way as any
28any other rocks server, adding to your configuration or using it with the 28other rocks server, adding to your configuration or using it with the`--server` flag. This means that you were always able to install your own
29`--server` flag. This means that you were always able to install your own
30version of a rock using a command such as `luarocks install <my-rock> 29version of a rock using a command such as `luarocks install <my-rock>
31--server=https://luarocks.org/manifests/<your-user-name>`. However, you could 30--server=https://luarocks.org/manifests/<your-user-name>`. However, you could
32not specifically depend on it from another rockspec, and once installed, the 31not specifically depend on it from another rockspec, and once installed, the