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 | 84741097640c0374431219f52323cdb067a1d653 (patch) | |
| tree | 8950b2d2abbddca3d2772b9d4adcd40d3f26d7b9 /nvim | |
| parent | a1d1cef7d4da46a17821a352770c05ce755feddf (diff) | |
| download | dots-84741097640c0374431219f52323cdb067a1d653.tar.gz | |
Fix git clone instruction - separate code blocks for Windows and UNIX.
Diffstat (limited to 'nvim')
| -rw-r--r-- | nvim/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md index 49fa0f3..4d27756 100644 --- a/nvim/README.md +++ b/nvim/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\ ``` |