From 142d5785f495ba4d76c6ff84df80fda30883b1e3 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 9 Mar 2012 18:32:49 +0100 Subject: [PATCH] Updated docs --- doc/05-repositories.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/05-repositories.md b/doc/05-repositories.md index 7485a3550..cd8b94a89 100644 --- a/doc/05-repositories.md +++ b/doc/05-repositories.md @@ -138,7 +138,9 @@ VCS repository provides `dist`s for them that fetch the packages as zips. * **GitHub:** [github.com](https://github.com) (Git) * **BitBucket:** [bitbucket.org](https://bitbucket.org) (Git and Mercurial) -The VCS driver to be used is detected automatically based on the URL. +The VCS driver to be used is detected automatically based on the URL. However, +should you need to specify one for whatever reason, you can use `git`, `svn` or +`hg` as the repository type instead of `vcs`. ### PEAR