replace incorrect git links

This commit is contained in:
Jack Koskie 2024-08-20 09:55:54 -04:00 committed by GitHub
parent 3fdc8e3dc3
commit 387631c95b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -73,13 +73,13 @@ git clone https://github.com/jackkoskie/kickstart.nvim.git "${XDG_CONFIG_HOME:-$
If you're using `cmd.exe`: If you're using `cmd.exe`:
``` ```
git clone https://github.com/nvim-lua/kickstart.nvim.git %localappdata%\nvim\ git clone https://github.com/jackkoskie/kickstart.nvim.git %localappdata%\nvim\
``` ```
If you're using `powershell.exe` If you're using `powershell.exe`
``` ```
git clone https://github.com/nvim-lua/kickstart.nvim.git $env:LOCALAPPDATA\nvim\ git clone https://github.com/jackkoskie/kickstart.nvim.git $env:LOCALAPPDATA\nvim\
``` ```
</details> </details>