diff options
author | Loïc Hoguin <[email protected]> | 2018-07-27 12:46:02 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-07-27 12:46:02 +0200 |
commit | f3f1c663e5fab01c727ab91ddfc4ff257def5f21 (patch) | |
tree | 33951d6494f06738ce933a6b7736855bfcdb513f /docs/en/erlang.mk/1/guide/updating.asciidoc | |
parent | 1c03530c953cb6c550633b292f3fed0351a7b30a (diff) | |
download | ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.tar.gz ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.tar.bz2 ninenines.eu-f3f1c663e5fab01c727ab91ddfc4ff257def5f21.zip |
Gun 1.0.0
Diffstat (limited to 'docs/en/erlang.mk/1/guide/updating.asciidoc')
-rw-r--r-- | docs/en/erlang.mk/1/guide/updating.asciidoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/en/erlang.mk/1/guide/updating.asciidoc b/docs/en/erlang.mk/1/guide/updating.asciidoc index 8eeb0bf0..f96fed8d 100644 --- a/docs/en/erlang.mk/1/guide/updating.asciidoc +++ b/docs/en/erlang.mk/1/guide/updating.asciidoc @@ -79,3 +79,7 @@ You can also name the file differently or put it in a separate folder by modifying the value for `ERLANG_MK_BUILD_CONFIG`. You can also tell Erlang.mk to use a different temporary directory by changing the `ERLANG_MK_BUILD_DIR` variable. + +If you want to use a different repository or a specific commit for +updating, you may use the variables `ERLANG_MK_REPO` and +`ERLANG_MK_COMMIT`. |