diff options
author | derwinlu <[email protected]> | 2017-02-08 18:09:01 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-05-15 15:18:42 +0200 |
commit | 5fd792337b5627f3f4c9af4488591dbb291299d8 (patch) | |
tree | df3c75f1576ac7c939796aebff01ffb500e6a1ac /doc/src/guide | |
parent | 3f8688e0d0526b74993d64a166e9ba8559c687e4 (diff) | |
download | erlang.mk-5fd792337b5627f3f4c9af4488591dbb291299d8.tar.gz erlang.mk-5fd792337b5627f3f4c9af4488591dbb291299d8.tar.bz2 erlang.mk-5fd792337b5627f3f4c9af4488591dbb291299d8.zip |
Add dep_fetch_ln
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/deps.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/guide/deps.asciidoc b/doc/src/guide/deps.asciidoc index 82e3e89..84a53de 100644 --- a/doc/src/guide/deps.asciidoc +++ b/doc/src/guide/deps.asciidoc @@ -167,6 +167,7 @@ The following table lists all existing methods: | hg | hg repo commit | Clone the Mercurial repository and update to the given version | svn | svn repo | Checkout the given SVN repository | cp | cp path/to/repo | Recursively copy a local directory +| ln | ln path/to/repo | Symbolically link a local directory | hex | hex version | Download the given project version from hex.pm | fail | N/A | Always fail, reserved for internal use | legacy | N/A | Legacy Erlang.mk fetcher, reserved for internal use |