aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEvax Software <[email protected]>2011-04-07 21:15:05 +0200
committerEvax Software <[email protected]>2011-04-07 21:15:05 +0200
commit5e02a60948991651532cd5c6ef9f3dcd7f7e76eb (patch)
treeac3fc49a4ab15f2940ef32f8e42d4294e75a9afa /README.md
parent8406cee3c1d21cd31beb4a516e5fc2c813b3705b (diff)
downloadkerl-5e02a60948991651532cd5c6ef9f3dcd7f7e76eb.tar.gz
kerl-5e02a60948991651532cd5c6ef9f3dcd7f7e76eb.tar.bz2
kerl-5e02a60948991651532cd5c6ef9f3dcd7f7e76eb.zip
Add support for building from git
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index f50b181..117a26e 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,15 @@ You can update the agner version associated with a specific build (this will onl
Updating agner for build r14b02...
agner has been updated successfully
+As an experimental feature, you can build Erlang directly from a git repository with a command of the form "kerl build git <git_url> <git_version> <build_name>" where <git_version> can be either a branch, a tag or a commit id as it will be passed to "git checkout":
+
+ $ kerl build git https://github.com/erlang/otp.git dev r14b02_dev
+ Checking Erlang/OTP git repositoy from https://github.com/erlang/otp.git...
+ Building Erlang/OTP r14b02_dev from git, please wait...
+ Erlang/OTP r14b02_dev from git has been successfully built
+ Fetching and building agner...
+ Agner has been successfully built
+
Tuning
======