README.md: update install section formatting (#523)

pull/524/head
Damjan 9000 6 months ago committed by GitHub
parent 14cf319dbd
commit afafc9ab19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -39,18 +39,17 @@ Neovim's configurations are located under the following paths, depending on your
Clone kickstart.nvim:
# on Linux and Mac
- on Linux and Mac
```sh
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
# on Windows (cmd)
- on Windows (cmd)
```
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
```
# on Windows (powershell)
- on Windows (powershell)
```
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
```

Loading…
Cancel
Save