fix: clone cmd

This commit is contained in:
Sasha Kruglyak 2025-12-22 03:24:41 +02:00
parent 07a0befbb4
commit 724942e215
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
<details><summary> Linux and Mac </summary> <details><summary> Linux and Mac </summary>
```sh ```sh
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim git clone https://github.com/sashaaKr/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
``` ```
</details> </details>