Skip to content

Commit 018403d

Browse files
TejasAmleTejasAmletleonhardt
authored
docs: fix deprecated git:// URL in installation guide (#1675)
GitHub disabled the unauthenticated Git protocol (git://) in 2021. Replace with https:// so the install-from-GitHub command works. Co-authored-by: TejasAmle <tejas.amle71@gmail.com> Co-authored-by: Todd Leonhardt <todd.leonhardt@gmail.com>
1 parent 0786a4e commit 018403d

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)