mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 11:09:55 +00:00
rebar.config.sample: document require_*_vsn options
This commit is contained in:
parent
ed55df9648
commit
3ee2a4a6d0
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
|
||||
%% == Core ==
|
||||
|
||||
%% Check required ERTS or OTP release version
|
||||
{require_erts_vsn, ".*"}.
|
||||
{require_otp_vsn, ".*"}.
|
||||
{require_min_otp_vsn, ".*"}.
|
||||
|
||||
%% Additional library directories to add to the code path
|
||||
{lib_dirs, []}.
|
||||
|
||||
|
|
Loading…
Reference in a new issue