From 679617253fc09e3219ada11336fa1179fd7214da Mon Sep 17 00:00:00 2001 From: Shawn Peery Date: Tue, 14 May 2024 09:33:51 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae53b659..12c2fe2c 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ fork to your machine using one of the commands below, depending on your OS.
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/shawn-peery/kickstart.nvim "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ```
@@ -82,7 +82,7 @@ git clone https://github.com/shawn-peery/kickstart.nvim %userprofile%\AppData\Lo 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/shawn-peery/kickstart.nvim $env:USERPROFILE\AppData\Local\nvim\ ```