Skip to content

Commit

Permalink
Fixed install_command documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Mar 12, 2011
1 parent cd73abc commit a785026
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -52,9 +52,8 @@ The build command will be invoked in checked out directory containing target rep

### Install command

If your target repository can't be built by simply invoking `rebar get-deps && rebar compile` then you need to supply
a `install_command` property, for example:

If your target package can't be installed by simply copying otp directories then you need to supply
an `install_command` property, for example:

{install_command, "make install"}.

Expand Down

0 comments on commit a785026

Please sign in to comment.