Skip to content

Commit d43d674

Browse files
committed
Fix git clone instruction - separate code blocks for Windows and UNIX.
1 parent f5b7dd9 commit d43d674

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ Clone kickstart.nvim:
4141
```sh
4242
# on Linux and Mac
4343
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
44+
```
45+
46+
47+
```
4448
# on Windows
4549
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
4650
```

0 commit comments

Comments
 (0)