Update README with LuaRocks instructions
This commit is contained in:
parent
c7356b9f58
commit
55d4d25f6e
10
README.md
10
README.md
|
|
@ -11,6 +11,16 @@ This can be installed from [https://github.com/niXman/mingw-builds-binaries/rele
|
||||||
|
|
||||||
The `mingw64` folder will need to be "installed" (ex. moved to `C:\ProgramData\`) and added to the path for neovim to use it.
|
The `mingw64` folder will need to be "installed" (ex. moved to `C:\ProgramData\`) and added to the path for neovim to use it.
|
||||||
|
|
||||||
|
### LuaRocks
|
||||||
|
|
||||||
|
Neorg currently require LuaRocks to install properly.
|
||||||
|
To install:
|
||||||
|
|
||||||
|
1. Install Lua from LuaForWindows [https://github.com/rjpcomputing/luaforwindows]
|
||||||
|
2. Install standalone (64-bit) LuaRocks [https://luarocks.github.io/luarocks/releases/]
|
||||||
|
- [Instructions](https://github.com/luarocks/luarocks/blob/main/docs/installation_instructions_for_windows.md)
|
||||||
|
3. Add LuaRocks to the PATH
|
||||||
|
|
||||||
### Nerd Font
|
### Nerd Font
|
||||||
|
|
||||||
A "Nerd Font" is used to get the correct symbols used by LazyVim.
|
A "Nerd Font" is used to get the correct symbols used by LazyVim.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue