From babf9da24c8a58a68a70f969fd8a8530a7713fdc Mon Sep 17 00:00:00 2001 From: Harshit Pant <97608579+pantharshit007@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:22:24 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25dbd7c6..3f19854c 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,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/pantharshit007/kickstart.nvim.git "%localappdata%\nvim" +git clone https://github.com/nvim-lua/kickstart.nvim.git %localappdata%\nvim\ ``` If you're using `powershell.exe` ``` -git clone https://github.com/pantharshit007/kickstart.nvim.git "${env:LOCALAPPDATA}\nvim" +git clone https://github.com/nvim-lua/kickstart.nvim.git $env:LOCALAPPDATA\nvim\ ```