Update README.md (#216)

Update git clone protocol to https
This commit is contained in:
Ryein Goddard
2025-08-01 19:48:09 -07:00
committed by GitHub
parent 574fdfabb4
commit ba0a81937a

View File

@@ -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