Update README.md

This commit is contained in:
2025-05-28 20:32:42 +02:00
committed by GitHub
parent e553cf68bc
commit 58d58b8b79

View File

@@ -67,14 +67,10 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
#### Clone kickstart.nvim
> [!NOTE]
> If following the recommended step above (i.e., forking the repo), replace
> `nvim-lua` with `nextlevelshit` in the commands below
<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/nextlevelshit/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
```
</details>