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 <anto...@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-unsubscr...@tuweni.apache.org
For additional commands, e-mail: commits-h...@tuweni.apache.org

Reply via email to