diff options
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nvim/README.md b/nvim/README.md index 53ae459..e14cbe2 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -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> |