From 58a13d41d20d26f422762bb28c914d91b3941d32 Mon Sep 17 00:00:00 2001 From: Arunesh Sarin Date: Sat, 2 Mar 2024 13:20:00 +0530 Subject: [PATCH] Updating the repo url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c9b9d84e..a723db12 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Clone kickstart.nvim:
Linux and Mac ```sh -git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim +git clone https://github.com/judokasarin/kickstart.nvim "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ```
@@ -58,13 +58,13 @@ git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HO If you're using `cmd.exe`: ``` -git clone https://github.com/nvim-lua/kickstart.nvim.git %userprofile%\AppData\Local\nvim\ +git clone https://github.com/judokasarin/kickstart.nvim %userprofile%\AppData\Local\nvim\ ``` If you're using `powershell.exe` ``` -git clone https://github.com/nvim-lua/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ +git clone https://github.com/judokasarin/kickstart.nvim $env:USERPROFILE\AppData\Local\nvim\ ```