Skip to content

Commit 338bb9d

Browse files
authored
README.md: use HTTPS for pip install (#29)
Support for the unencrypted Git protocol was dropped by GitHub: https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 parent f81b092 commit 338bb9d

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
@@ -9,7 +9,7 @@ be referenced to generate docstrings in pybind11 binding code.
99
To install the latest development version:
1010

1111
```bash
12-
python -m pip install git+git://github.com/pybind/pybind11_mkdoc.git@master
12+
python -m pip install git+https://github.com/pybind/pybind11_mkdoc.git@master
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)