Merge pull request #556 from Huge/patch-1
Fix dev setup in README.md so that everyone can run it
This commit is contained in:
commit
2a0844b190
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