mirror of
https://github.com/tcaxle/kickstart.nvim.git
synced 2025-12-14 09:37:01 +00:00
Fix git clone instruction - separate code blocks for Windows and UNIX.
This commit is contained in:
@@ -41,6 +41,10 @@ Clone kickstart.nvim:
|
|||||||
```sh
|
```sh
|
||||||
# on Linux and Mac
|
# on Linux and Mac
|
||||||
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
```
|
||||||
# on Windows
|
# on Windows
|
||||||
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
|
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user