File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
8484If 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
9090If 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 >
You can’t perform that action at this time.
0 commit comments