From ba0a81937ad5125d739c672606752f2d25e8191e Mon Sep 17 00:00:00 2001 From: Ryein Goddard Date: Fri, 1 Aug 2025 19:48:09 -0700 Subject: [PATCH] Update README.md (#216) Update git clone protocol to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4178ff..3338634 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ Binaries are available for Linux, Mac, Windows and FreeBSD. These are automatica ### Building from source 1. Build requires golang and nodejs for the user interface. -1. `git clone git@github.com:mostlygeek/llama-swap.git` +1. `git clone https://github.com/mostlygeek/llama-swap.git` 1. `make clean all` 1. Binaries will be in `build/` subdirectory