summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorDaniel White <daniel@whitehouse.id.au>2012-09-20 15:02:24 +1000
committerDaniel White <daniel@whitehouse.id.au>2012-09-20 15:02:24 +1000
commitf38c0b007c076aef0dcbf3f258f082164ec60496 (patch)
tree3f10f5acbbe497977517e49c20c039a15f0153bd /rebar.config.sample
parent9521586bddb6edba57a33c230dae798084ad5f92 (diff)
downloadrebar-f38c0b007c076aef0dcbf3f258f082164ec60496.tar.gz
Document availability of rsync for fetching deps in rebar.config.sample
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index bc4bc50..4ed815a 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -133,7 +133,8 @@
%% What dependencies we have, dependencies can be of 3 forms, an application
%% name as an atom, eg. mochiweb, a name and a version (from the .app file), or
%% an application name, a version and the SCM details on how to fetch it (SCM
-%% type, location and revision). Rebar currently supports git, hg, bzr and svn.
+%% type, location and revision).
+%% Rebar currently supports git, hg, bzr, svn, and rsync.
{deps, [application_name,
{application_name, "1.0.*"},
{application_name, "1.0.*",