You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2021/08/01 07:24:21 UTC

[incubator-tuweni-website] branch main updated: Add homebrew install instructions

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 850b74b  Add homebrew install instructions
850b74b is described below

commit 850b74ba18b03fd8e6d1ffb42f239103662a7fe2
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Sun Aug 1 00:23:10 2021 -0700

    Add homebrew install instructions
---
 download.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/download.md b/download.md
index 53dfe14..0123c41 100644
--- a/download.md
+++ b/download.md
@@ -108,4 +108,15 @@ Gradle:
 
 ```groovy
 compile 'org.apache.tuweni:tuweni-bytes:{{site.data.project.latest_release}}'
+```
+
+### Homebrew
+
+An *unofficial* homebrew tap is maintained under this [repository](https://github.com/tmio/homebrew-tuweni).
+
+You can follow these instructions to install Tuweni:
+
+```bash
+brew tap tmio/tuweni
+brew install tuweni
 ```
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org