This is an automated email from the ASF dual-hosted git repository. olli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git
commit 2376ef074b6ae4836e8407d8fbb5c385c0fdb233 Author: Oliver Lietz <[email protected]> AuthorDate: Wed Jan 10 14:47:36 2018 +0100 add installation hints for Mac --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 04cf657..dd1f958 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $ chmod a+x ~/bin/repo ``` +**Install Repo on Mac with [Homebrew](https://brew.sh)** + + brew install repo + See the detailed instructions at https://source.android.com/source/downloading#installing-repo. ``` @@ -37,6 +41,10 @@ $ repo sync -j 16 That list is found in the [default.xml](./default.xml) file. +**Install Groovy on Mac with [Homebrew](https://brew.sh)** + + brew install groovy + To update it: groovy collect-sling-repos.groovy > default.xml -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
