Skip to content

Commit

Permalink
Note how to get Rebar working
Browse files Browse the repository at this point in the history
  • Loading branch information
jhs committed Aug 24, 2013
1 parent 3b50eb1 commit 30a3317
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,12 @@ library names.

rake otp_keep="compiler eunit"

Or, you can keep them all this way:
For example, if you will use this project with Rebar, then you need the *tools*
package.

rake otp_keep="tools"

Or, you can keep everything this way:

rake otp_keep="*"

Expand Down

0 comments on commit 30a3317

Please sign in to comment.