From 3dfb20195f6848c486d4b8348067fb260286bee8 Mon Sep 17 00:00:00 2001 From: TejasAmle Date: Fri, 5 Jun 2026 03:39:01 +0000 Subject: [PATCH] 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. --- docs/overview/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/installation.md b/docs/overview/installation.md index de7747204..e9da14ee0 100644 --- a/docs/overview/installation.md +++ b/docs/overview/installation.md @@ -55,7 +55,7 @@ The latest version of `cmd2` can be installed directly from the main branch on : GitHub using [pip](https://pypi.org/project/pip): ```shell -$ pip install -U git+git://github.com/python-cmd2/cmd2.git +$ pip install -U git+https://github.com/python-cmd2/cmd2.git ``` ## Install from Debian or Ubuntu repos