From e934fef8f1d5c4e833192230ba5fd37909b321ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren?= Date: Fri, 7 Jun 2024 09:50:15 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f445b65e..15e94dc1 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,10 @@ fork to your machine using one of the commands below, depending on your OS. > `https://github.com//kickstart.nvim.git` #### Clone kickstart.nvim -> **NOTE** -> If following the recommended step above (i.e., forking the repo), replace -> `nvim-lua` with `` in the commands below -
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/TheSoeren/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ```
@@ -77,13 +73,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/TheSoeren/kickstart.nvim.git %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/TheSoeren/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ ```