Skip to content

Commit

Permalink
Update README.md (nvim-lua#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwyd authored and mmngreco committed Feb 2, 2024
1 parent acc4d62 commit 233ecb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ Neovim's configurations are located under the following paths, depending on your

Clone kickstart.nvim:

```sh
# on Linux and Mac
```sh
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```


```
# on Windows (cmd)
```
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
```

```
# on Windows (powershell)
```
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
```

Expand Down

0 comments on commit 233ecb6

Please sign in to comment.