Browse Source

Add README note about rebar

Tim Fletcher 12 years ago
parent
commit
15b56b2b6d
1 changed files with 12 additions and 0 deletions
  1. 12 0
      README.md

+ 12 - 0
README.md

@@ -35,6 +35,18 @@
     14> oauth:params_decode(Response).
     ...
 
+
+## Dependency management with [rebar](https://github.com/basho/rebar)
+
+You can add erlang-oauth as a dependency to your rebar.config file like this:
+
+    {deps, [
+      {oauth, ".*", {git, "https://github.com/tim/erlang-oauth.git"}}
+    ]}.
+
+Please consult the [relevant rebar wiki page](https://github.com/basho/rebar/wiki/Dependency-management) for more information.
+
+
 ## Notes
 
 Consumer credentials are represented as follows: