Browse Source

Use `erl -make` instead of `make` in README.md

Tim Fletcher 3 years ago
parent
commit
82fb7afec5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -24,8 +24,8 @@ Consult the rebar docs for more information.
 
 ## Quick start (client usage)
 
-    $ make
-    ...
+    $ erl -make
+    Recompile: src/oauth
     $ erl -pa ebin -s crypto -s inets
     ...
     1> Consumer = {"key", "secret", hmac_sha1}.