Fix git+file example

= When to use this option and was surprised when there was not an example
- Put in a POSIX path in the example with git+file://
This commit is contained in:
Cooper Ry Lees 2017-11-20 21:24:20 -08:00 committed by Xavier Fernandez
parent ce674d2ca1
commit 5d951b2a94
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ Here are the supported forms::
[-e] git+https://git.example.com/MyProject#egg=MyProject
[-e] git+ssh://git.example.com/MyProject#egg=MyProject
[-e] git+git://git.example.com/MyProject#egg=MyProject
[-e] git+file://git.example.com/MyProject#egg=MyProject
[-e] git+file:///home/user/projects/MyProject#egg=MyProject
-e git+git@git.example.com:MyProject#egg=MyProject
Passing branch names, a commit hash or a tag name is possible like so::