aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Patti <feoh@feoh.org>2023-09-30 20:06:22 -0400
committerChris Patti <feoh@feoh.org>2023-09-30 20:06:22 -0400
commit313bd75ca04cb2cef48a79ac3ad697a1b9a2daab (patch)
tree3a06e94d5371ebc342e60d0610136211d8617257 /README.md
parentdaf2dc38fc703f1226a18809187c6329292cf66c (diff)
Fix git clone instruction - separate code blocks for Windows and UNIX.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 49fa0f3..4d27756 100644
--- a/README.md
+++ b/README.md
@@ -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\
```