Skip to content

Commit

Permalink
README.md: update install section formatting (nvim-lua#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
dam9000 authored Nov 30, 2023
1 parent 14cf319 commit afafc9a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\
```
Expand Down

0 comments on commit afafc9a

Please sign in to comment.