Skip to content

Commit cb12554

Browse files
committed
docs: update README.md
1 parent 5509dab commit cb12554

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The recommended installation method is via [rocks.nvim](https://github.com/nvim-
9797
### `lazy.nvim`
9898

9999
In order to install Neorg via `lazy.nvim`, you must take a few extra steps - this is because `luarocks` is a critical compontent for Neorg to function.
100-
See [this issue](https://github.com/folke/lazy.nvim/issues/37) for more information.
100+
See [this blog](https://vhyrro.github.io/posts/neorg-and-luarocks/) for more information.
101101

102102
> [!IMPORTANT]
103103
> Using luarocks Neorg will install itself and these dependencies with their respective versions:
@@ -109,11 +109,14 @@ See [this issue](https://github.com/folke/lazy.nvim/issues/37) for more informat
109109
<details>
110110
<summary>Click for installation snippet.</summary>
111111

112-
- Ensure you have `camspiers/luarocks` installed:
112+
- Ensure you have `vhyrro/luarocks` installed:
113113
```lua
114114
{
115-
"camspiers/luarocks",
115+
"vhyrro/luarocks",
116116
version = "*",
117+
config = function()
118+
require("luarocks").setup({})
119+
end,
117120
}
118121
```
119122
- Add the following to your plugin list:

0 commit comments

Comments
 (0)