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 Nov 30, 2023
1 parent 1d1b53c commit 160675b
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 160675b

Please sign in to comment.