Skip to content

Commit 8183476

Browse files
authored
Update README.md with forked repo
1 parent 3338d39 commit 8183476

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
7474
<details><summary> Linux and Mac </summary>
7575

7676
```sh
77-
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
77+
git clone https://github.com/ericljiang/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
7878
```
7979

8080
</details>
@@ -84,13 +84,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO
8484
If you're using `cmd.exe`:
8585

8686
```
87-
git clone https://github.com/nvim-lua/kickstart.nvim.git "%localappdata%\nvim"
87+
git clone https://github.com/ericljiang/kickstart.nvim.git "%localappdata%\nvim"
8888
```
8989

9090
If you're using `powershell.exe`
9191

9292
```
93-
git clone https://github.com/nvim-lua/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
93+
git clone https://github.com/ericljiang/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
9494
```
9595

9696
</details>

0 commit comments

Comments
 (0)