Fix dev setup in README.md so that everyone can run it
This commit is contained in:
parent
91bf8fac1b
commit
60e85cbe46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue