Guess Mac OS X likes -F instead

Signed-off-by: R. Tyler Ballance <tyler@monkeypox.org>
This commit is contained in:
R. Tyler Ballance 2009-01-20 23:52:59 -08:00
parent 4f9c5b9eba
commit 95fbd18bcd
1 changed files with 2 additions and 2 deletions

4
README
View File

@ -30,13 +30,13 @@ directory in the download.
USING IT LOCALLY
===================
If you use mcabber on your local machine, you will simply need to run:
tail --follow ~/.mcabber/last_event | path/to/mcabbernotify.py
tail -F ~/.mcabber/last_event | path/to/mcabbernotify.py
USING IT REMOTELY
===================
In the situation where you run mcabber remotely, and want notifications locally, you can use the following command:
ssh hostname -C "tail --follow ~/.mcabber/last_event" | path/to/mcabbernotify.py
ssh hostname -C "tail -F ~/.mcabber/last_event" | path/to/mcabbernotify.py