diff --git a/README.md b/README.md index f445b65e..83a521bf 100644 --- a/README.md +++ b/README.md @@ -57,17 +57,13 @@ fork to your machine using one of the commands below, depending on your OS. > **NOTE** > Your fork's url will be something like this: -> `https://github.com//kickstart.nvim.git` +> `https://github.com/ **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/jackkoskie/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/jackkoskie/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/jackkoskie/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ ```