From 96a1852db87ba11a361e3e5062121ee687ca8059 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 5 Sep 2022 16:34:42 +0200 Subject: [PATCH] improve OSX instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b4c3e5c..28bf620 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,18 @@ Demo video [in this tweet](https://twitter.com/bert_hu_bert/status/1561466204602 [Blog post with more videos](https://berthub.eu/articles/posts/tracker-beeper/) ## Installing on OSX: +If need be, install Homebrew via https://brew.sh/ as this will allow you to +compile new software. To do so, copy paste the instruction under 'Install +Homebrew' into the terminal app. This might take quite a while. + +Then run: ``` brew tap robertjakub/teller brew install --HEAD googerteller sudo tcpdump -nql | teller ``` +And it should work. + ## How to compile This will currently only work on Unix derived systems (like Linux, OSX and