From 5e02a60948991651532cd5c6ef9f3dcd7f7e76eb Mon Sep 17 00:00:00 2001 From: Evax Software Date: Thu, 7 Apr 2011 21:15:05 +0200 Subject: Add support for building from git --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') 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 " where 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 ====== -- cgit v1.2.3