From 439b05b53680a5d5d3232b3f707d7b43c6b33913 Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Sat, 14 Dec 2013 21:20:56 +0000 Subject: [PATCH] Updated readme to mention specific commit installation. --- readme.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.markdown b/readme.markdown index 97eaa97..032111c 100644 --- a/readme.markdown +++ b/readme.markdown @@ -71,6 +71,14 @@ repository, if the package has no tagged versions then the latest commit in the remote repository will be installed. If you already have that version installed Babel will ask you whether you wish it to overwrite your local copy. +You can force Babel to download the latest commit from the package's repo, for +example: + + $ babel install nimgame#head + +This is of course git specific, for hg use ``tip`` instead of ``head``. A +branch, tag, or commit hash may also be specified in the place of ``head``. + If you don't specify a parameter and there is a ``package.babel`` file in your current working directory Babel will install the package residing in the current working directory. This can be useful for developers who are testing