This commit is contained in:
Todd Morse 2023-10-06 14:03:02 -04:00
parent 910044d3f2
commit b2f7ab3546
No known key found for this signature in database
GPG Key ID: 2BB00AF5ED927B55
1 changed files with 2 additions and 2 deletions

View File

@ -40,13 +40,13 @@ Clone kickstart.nvim:
```sh
# on Linux and Mac
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
git clone https://github.com/morsecodist/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
```
# on Windows
git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
git clone https://github.com/morsecodist/kickstart.nvim.git %userprofile%\AppData\Local\nvim\
```
### Post Installation