Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60e85cb

Browse files
authored
Fix dev setup in README.md so that everyone can run it
1 parent 91bf8fa commit 60e85cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ This package is under active development and I welcome any contributions.
201201
To get started, clone the repository and install the package in development mode:
202202

203203
```bash
204-
git clone --recurse-submodules git@github.com:abetlen/llama-cpp-python.git
204+
git clone --recurse-submodules https://github.com/abetlen/llama-cpp-python.git
205205
cd llama-cpp-python
206206

207207
# Install with pip

0 commit comments

Comments
 (0)