diff options
Diffstat (limited to 'docs/namespaces.md')
-rw-r--r-- | docs/namespaces.md | 15 |
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 | |||
19 | can find a `manifest-5.x` file and .rock and .rockspec files. We also call | 19 | can find a `manifest-5.x` file and .rock and .rockspec files. We also call |
20 | such repository a "manifest", for short. | 20 | such repository a "manifest", for short. |
21 | 21 | ||
22 | The [LuaRocks.org](LuaRocks.org)(LuaRocks.org)(https://luarocks.org) website | 22 | The [LuaRocks.org](https://luarocks.org) website features a root manifest at |
23 | features a root manifest at `https://luarocks.org` as well as per-user | 23 | `https://luarocks.org` as well as per-user manifests at |
24 | manifests at `https://luarocks.org/manifests/<your-user-name>`. Entries in the | 24 | `https://luarocks.org/manifests/<your-user-name>`. Entries in the root |
25 | root manifest are operated in a first-come first-served manner, but even if | 25 | manifest are operated in a first-come first-served manner, but even if someone |
26 | someone else has already taken a rock name, you can upload your own version of | 26 | else has already taken a rock name, you can upload your own version of it to |
27 | it to your user manifest. You can refer to a per-user manifest the same way as | 27 | your user manifest. You can refer to a per-user manifest the same way as any |
28 | any other rocks server, adding to your configuration or using it with the | 28 | other 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 | ||
30 | version of a rock using a command such as `luarocks install <my-rock> | 29 | version 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 |
32 | not specifically depend on it from another rockspec, and once installed, the | 31 | not specifically depend on it from another rockspec, and once installed, the |