Skip to content

Commit 86e62b5

Browse files
authored
Update README.md
1 parent 2ba39c6 commit 86e62b5

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
@@ -71,7 +71,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
7171
<details><summary> Linux and Mac </summary>
7272

7373
```sh
74-
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
74+
git clone https://github.com/realfresh/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
7575
```
7676

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

8383
```
84-
git clone https://github.com/nvim-lua/kickstart.nvim.git "%localappdata%\nvim"
84+
git clone https://github.com/realfresh/kickstart.nvim.git "%localappdata%\nvim"
8585
```
8686

8787
If you're using `powershell.exe`
8888

8989
```
90-
git clone https://github.com/nvim-lua/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
90+
git clone https://github.com/realfresh/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim"
9191
```
9292

9393
</details>

0 commit comments

Comments
 (0)