Skip to content

Commit 2871c9f

Browse files
mattwydmayronH
authored andcommitted
Update README.md (nvim-lua#520)
1 parent 87cb922 commit 2871c9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ Neovim's configurations are located under the following paths, depending on your
3939

4040
Clone kickstart.nvim:
4141

42-
```sh
4342
# on Linux and Mac
43+
```sh
4444
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
4545
```
4646

4747

48-
```
4948
# on Windows (cmd)
49+
```
5050
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
5151
```
5252

53-
```
5453
# on Windows (powershell)
54+
```
5555
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
5656
```
5757

0 commit comments

Comments
 (0)