From 7b646aadb0ae282314ed34e56c16ac5ec73e37ee Mon Sep 17 00:00:00 2001 From: bert hubert Date: Mon, 5 Sep 2022 16:37:16 +0200 Subject: [PATCH] document how to start terminal --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28bf620..37dcdb5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Demo video [in this tweet](https://twitter.com/bert_hu_bert/status/1561466204602 ## 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. +Homebrew' into the terminal app ([Apple +help](https://support.apple.com/guide/terminal/open-or-quit-terminal-apd5265185d-f365-44cb-8b09-71a064a42125/mac). This might take quite a while. Then run: ``` @@ -24,7 +25,6 @@ sudo tcpdump -nql | teller ``` And it should work. - ## How to compile This will currently only work on Unix derived systems (like Linux, OSX and FreeBSD).