mirror of
https://github.com/Baipyrus/nvim-config.git
synced 2024-11-09 03:03:50 +00:00
Fix git clone instruction - separate code blocks for Windows and UNIX.
This commit is contained in:
parent
daf2dc38fc
commit
313bd75ca0
@ -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\
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user