diff options
author | Harshit Pant <97608579+pantharshit007@users.noreply.github.com> | 2024-08-26 08:57:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-25 23:27:46 -0400 |
commit | e4a5300bdbdc644a3a265513b386aa30c2337088 (patch) | |
tree | d938cbb33238a70153d49cf5d19650c359be3923 /README.md | |
parent | f49cc6c93525326d6db409191c1c36dcc2e41b6e (diff) |
Fix: updated the windows installation commands (#1101)
* Update README.md
* Update README.md
* Fix: updated the windows installation commands
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,13 +81,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO If you're using `cmd.exe`: ``` -git clone https://github.com/nvim-lua/kickstart.nvim.git %localappdata%\nvim\ +git clone https://github.com/nvim-lua/kickstart.nvim.git "%localappdata%\nvim" ``` If you're using `powershell.exe` ``` -git clone https://github.com/nvim-lua/kickstart.nvim.git $env:LOCALAPPDATA\nvim\ +git clone https://github.com/nvim-lua/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim" ``` </details> |