浏览代码

Updated docs

Jordi Boggiano 13 年之前
父节点
当前提交
142d5785f4
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      doc/05-repositories.md

+ 3 - 1
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)
 * **GitHub:** [github.com](https://github.com) (Git)
 * **BitBucket:** [bitbucket.org](https://bitbucket.org) (Git and Mercurial)
 * **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
 ### PEAR