Update readme

This commit is contained in:
Javier Feliz 2024-12-22 16:42:47 -05:00
parent 278487b9c5
commit 7d303c68f2

View File

@ -44,13 +44,13 @@ Neovim's configurations are located under the following paths, depending on your
**Linux and Mac**
```sh
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
git clone https://github.com/javif89/nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
**Windows**
```
git clone https://github.com/nvim-lua/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
git clone https://github.com/javif89/nvim.git "${env:LOCALAPPDATA}\nvim"
```