From c066f61cd555ad718b586d1e302c77bf068ae443 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Oct 2023 16:30:02 +0200 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d27756c..72cf55d8 100644 --- a/README.md +++ b/README.md @@ -40,13 +40,13 @@ Clone kickstart.nvim: ```sh # on Linux and Mac -git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim +git clone https://github.com/ThatBlokeJosh/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ``` ``` # on Windows -git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ +git clone https://github.com/ThatBlokeJosh/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ ``` ### Post Installation