Skip to content

Commit 14cf319

Browse files
authored
Update README.md (#520)
1 parent ee9790b commit 14cf319

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)