Update README.md

This commit is contained in:
Shawn Peery 2024-05-14 09:33:51 -06:00 committed by GitHub
parent c6f279d617
commit 679617253f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ fork to your machine using one of the commands below, depending on your OS.
<details><summary> Linux and Mac </summary>
```sh
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
git clone https://github.com/shawn-peery/kickstart.nvim "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
</details>
@ -82,7 +82,7 @@ git clone https://github.com/shawn-peery/kickstart.nvim %userprofile%\AppData\Lo
If you're using `powershell.exe`
```
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
git clone https://github.com/shawn-peery/kickstart.nvim $env:USERPROFILE\AppData\Local\nvim\
```
</details>