fix bad git clone quickstart

This commit is contained in:
Joshua 2024-04-14 11:29:20 -05:00 committed by Joshua Nussbaum
parent bbf6ffa3fd
commit ca7acf7b33
1 changed files with 1 additions and 5 deletions

View File

@ -71,7 +71,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
<details><summary> Linux and Mac </summary>
```sh
git clone https://github.com:0x4D5352/my_kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
git clone https://github.com/0x4D5352/my_kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
</details>
@ -87,11 +87,7 @@ git clone https://github.com:0x4D5352/my_kickstart.nvim.git %userprofile%\AppDat
If you're using `powershell.exe`
```
<<<<<<< HEAD
git clone https://github.com/0x4D5352/my_kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
=======
git clone https://github.com:0x4D5352/my_kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\
>>>>>>> 161ac37 (update readme)
```
</details>