From 53c0129eb6aac3fad21b08a0f9bb05156834fcee Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Mon, 1 May 2023 18:07:15 -0400 Subject: [PATCH] Update submoduele clone instructions --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 906d055..80518f6 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,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 git@github.com:abetlen/llama-cpp-python.git -git submodule update --init --recursive +git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git # Will need to be re-run any time vendor/llama.cpp is updated python3 setup.py develop ```