Updated README

This commit is contained in:
Your Name 2023-10-01 16:30:02 +02:00
parent 6c90eaa0b7
commit c066f61cd5
1 changed files with 2 additions and 2 deletions

View File

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