From e6f695a292fe61c973f05a9daaba32b2811824e2 Mon Sep 17 00:00:00 2001 From: Ilia Levikov Date: Sat, 26 Apr 2025 15:50:14 +1200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c25d9ca0..d45d65e9 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ too - it's ignored in the kickstart repo to make maintenance easier, but it's
Linux and Mac ```sh -git clone git@github.com:fonych1/newbim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim +git clone https://github.com/fonych1/newbim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim ```
@@ -68,13 +68,13 @@ git clone git@github.com:fonych1/newbim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/ If you're using `cmd.exe`: ``` -git clone git@github.com:fonych1/newbim.git "%localappdata%\nvim" +git clone https://github.com/fonych1/newbim.git "%localappdata%\nvim" ``` If you're using `powershell.exe` ``` -git clone git@github.com:fonych1/newbim.git "${env:LOCALAPPDATA}\nvim" +git clone https://github.com/fonych1/newbim.git "${env:LOCALAPPDATA}\nvim" ```