Skip to content

Commit e4a5300

Browse files
Fix: updated the windows installation commands (#1101)
* Update README.md * Update README.md * Fix: updated the windows installation commands
1 parent f49cc6c commit e4a5300

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)