From 60e85cbe4676ddfc5849d9b147de72f339516cde Mon Sep 17 00:00:00 2001 From: Huge Date: Wed, 2 Aug 2023 12:27:08 +0200 Subject: [PATCH] Fix dev setup in README.md so that everyone can run it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea1e07f..614ba03 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ This package is under active development and I welcome any contributions. To get started, clone the repository and install the package in development mode: ```bash -git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git +git clone --recurse-submodules https://github.com/abetlen/llama-cpp-python.git cd llama-cpp-python # Install with pip