Updated readme to mention specific commit installation.
This commit is contained in:
parent
b6bde8b0e7
commit
439b05b536
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue