Browse Source

rebar.config.sample: document require_*_vsn options

pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
3ee2a4a6d0
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      rebar.config.sample

+ 5
- 0
rebar.config.sample View File

@ -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…
Cancel
Save