Fix git clone instruction - separate code blocks for Windows and UNIX.

This commit is contained in:
Chris Patti 2023-09-30 20:06:22 -04:00
parent daf2dc38fc
commit 313bd75ca0

View File

@ -41,6 +41,10 @@ Clone kickstart.nvim:
```sh
# on Linux and Mac
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
```
# on Windows
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
```