diff options
| author | Mike McQuaid | 2015-04-26 18:20:31 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-04-26 18:20:31 +0100 |
| commit | 3d4fed0c669cf762d61c03452fd62a84d5fae6b8 (patch) | |
| tree | 4bee47e506576f4eb479bbdbf51cbacb343689f1 | |
| parent | a01d8fb7ddd452d692c6f32e50985da6395cec27 (diff) | |
| download | homebrew-3d4fed0c669cf762d61c03452fd62a84d5fae6b8.tar.bz2 | |
Acceptable-Formulae.md: note about Java binaries.
| -rw-r--r-- | share/doc/homebrew/Acceptable-Formulae.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/homebrew/Acceptable-Formulae.md b/share/doc/homebrew/Acceptable-Formulae.md index 3fb7c6d1e..8876602eb 100644 --- a/share/doc/homebrew/Acceptable-Formulae.md +++ b/share/doc/homebrew/Acceptable-Formulae.md @@ -58,8 +58,8 @@ point it to the downloaded archive in order to avoid loading. ### We don’t like binary formulae Our policy is that formulae in the core repository ([Homebrew/homebrew](https://github.com/Homebrew/homebrew)) must be built -from source. Binary-only formulae should go to -[Homebrew/homebrew-binary](https://github.com/Homebrew/homebrew-binary). +from source (or produce cross-platform binaries like e.g. Java).Binary-only +formulae should go to [Homebrew/homebrew-binary](https://github.com/Homebrew/homebrew-binary). ### Stable versions Formulae in the core repository must have a stable version tagged by |
