8000 Update submoduele clone instructions · Stonelinks/llama-cpp-python@53c0129 · GitHub
[go: up one dir, main page]

Skip to content

Commit 53c0129

Browse files
committed
Update submoduele clone instructions
1 parent b6747f7 commit 53c0129

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ This package is under active development and I welcome any contributions.
9090
To get started, clone the repository and install the package in development mode:
9191

9292
```bash
93-
git clone git@github.com:abetlen/llama-cpp-python.git
94-
git submodule update --init --recursive
93+
git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git
9594
# Will need to be re-run any time vendor/llama.cpp is updated
9695
python3 setup.py develop
9796
```

0 commit comments

Comments
 (0)
0