Skip to content

Commit 3dfb201

Browse files
author
TejasAmle
committed
docs: fix deprecated git:// URL in installation guide
GitHub disabled the unauthenticated Git protocol (git://) in 2021. Replace with https:// so the install-from-GitHub command works.
1 parent 205e8a6 commit 3dfb201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/overview/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The latest version of `cmd2` can be installed directly from the main branch on :
5555
GitHub using [pip](https://pypi.org/project/pip):
5656

5757
```shell
58-
$ pip install -U git+git://github.com/python-cmd2/cmd2.git
58+
$ pip install -U git+https://github.com/python-cmd2/cmd2.git
5959
```
6060

6161
## Install from Debian or Ubuntu repos

0 commit comments

Comments
 (0)