Skip to content

Commit 7b3d52f

Browse files
restrayTimothée Belhomme
authored andcommitted
Fix: updated the windows installation commands (nvim-lua#1101)
* Update README.md * Update README.md * Fix: updated the windows installation commands
1 parent 7a50c50 commit 7b3d52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO
8181
If you're using `cmd.exe`:
8282

8383
```
84-
git clone https://github.com/nvim-lua/kickstart.nvim.git %localappdata%\nvim\
84+
git clone https://github.com/nvim-lua/kickstart.nvim.git "%localappdata%\nvim"
8585
```
8686

8787
If you're using `powershell.exe`
8888

8989
```
90-
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
90+
git clone https://github.com/nvim-lua/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
9191
```
9292

9393
</details>

0 commit comments

Comments
 (0)