Skip to content

Commit

Permalink
Fix: updated the windows installation commands (nvim-lua#1101)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Fix: updated the windows installation commands
  • Loading branch information
pantharshit007 authored and Matthew Lemon committed Sep 9, 2024
1 parent 29f8461 commit 30be436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 30be436

Please sign in to comment.