diff options
author | Chris Patti <feoh@feoh.org> | 2023-09-30 20:06:22 -0400 |
---|---|---|
committer | Chris Patti <feoh@feoh.org> | 2023-09-30 20:06:22 -0400 |
commit | 313bd75ca04cb2cef48a79ac3ad697a1b9a2daab (patch) | |
tree | 3a06e94d5371ebc342e60d0610136211d8617257 /README.md | |
parent | daf2dc38fc703f1226a18809187c6329292cf66c (diff) |
Fix git clone instruction - separate code blocks for Windows and UNIX.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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\ ``` |