浏览代码

Adds some more details about Path Repository #4412

- Mentions symlinking
- Mentions absolute paths also being supported
Ben Peachey 9 年之前
父节点
当前提交
9775379e64
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      doc/05-repositories.md

+ 4 - 0
doc/05-repositories.md

@@ -639,6 +639,10 @@ file, you can use the following configuration:
 }
 ```
 
+The local package will be symlinked if possible, in which case the output in the console will read `Symlinked from ../../packages/my-package`. If symlinking is _not_ possible the package will be copied. In that case, the console will output `Mirrored from ../../packages/my-package`.
+
+Instead of using a relative path, and absolute paths can also be used.
+
 > **Note:** Repository paths can also contain wildcards like ``*`` and ``?``.
 > For details, see the [PHP glob function](http://php.net/glob).