tRemove dysfunctional example from the manpage. - ratox - FIFO based tox client
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2a46dbc2fff0b411a842e6513bde2eb520ad76e9
 (DIR) parent 626785209095f8afb1af65a4a0406b2683560e94
 (HTM) Author: pranomostro <pranomostro@posteo.net>
       Date:   Sun, 20 Aug 2017 02:09:34 +0200
       
       Remove dysfunctional example from the manpage.
       
       Diffstat:
         M README                              |      14 --------------
       
       1 file changed, 0 insertions(+), 14 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -135,20 +135,6 @@ Group chats do not have audio yet.
        Examples
        ========
        
       -SSH over TOX for the practical paranoid
       ----------------------------------------
       -
       -On the sender side (the client):
       -1) cd into the friend's directory (the server)
       -2) nc -lv 1234 > file_in < file_out
       -
       -On the receiver side (the server):
       -1) cd into the friend's directory (the client)
       -2) cat < file_out | nc localhost 22 > file_in
       -
       -Now on the client run the following:
       -ssh -o ProxyCommand="nc %h 1234" user@localhost
       -
        Screencasting using ffmpeg and mplayer
        --------------------------------------