Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/overview/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading