diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8,6 +8,8 @@ Tuntox is a single binary which may run in client mode or server mode. As a rule | |||
8 | 8 | ||
9 | If you don't know what Tox is - it's an instant messenger protocol which is fully P2P, supports audio/video calls and file transfers. Unlike Skype it's fully open and unlike, say, XMPP - the calls and file transfers actually work. Go download a client from http://utox.org/ or read more at https://tox.im/ | 9 | If you don't know what Tox is - it's an instant messenger protocol which is fully P2P, supports audio/video calls and file transfers. Unlike Skype it's fully open and unlike, say, XMPP - the calls and file transfers actually work. Go download a client from http://utox.org/ or read more at https://tox.im/ |
10 | 10 | ||
11 | [![Coverity Scan Build Status](https://scan.coverity.com/projects/5690/badge.svg)](https://scan.coverity.com/projects/5690) | ||
12 | |||
11 | ## Binary | 13 | ## Binary |
12 | 14 | ||
13 | Get the binaries from Releases tab on github. Just download the correct file for your architecture, execute chmod +x and you're done. The binaries are signed with my PGP key, [11C1 B15A 5D5D D662 E469 928A EBDA 6B97 4ED3 D2B7](https://keybase.io/gdr). | 15 | Get the binaries from Releases tab on github. Just download the correct file for your architecture, execute chmod +x and you're done. The binaries are signed with my PGP key, [11C1 B15A 5D5D D662 E469 928A EBDA 6B97 4ED3 D2B7](https://keybase.io/gdr). |
@@ -68,6 +70,6 @@ Tuntox is piggybacking on the Tox protocol, which itself has not been audited by | |||
68 | 70 | ||
69 | Sorry about GPLv3 - both toxcore and utox (from which I borrowed some code) are GPLv3. | 71 | Sorry about GPLv3 - both toxcore and utox (from which I borrowed some code) are GPLv3. |
70 | 72 | ||
71 | Thank you to the toxcore and utox developers without whom this program would never exist. [Donate to Tox](https://donate.tox.im/) so they can get a proper audit. | 73 | Thank you to the toxcore and utox developers without whom this program would never exist. |
72 | 74 | ||
73 | Thank you Mr_4551 for your help and motivation. | 75 | Thank you Mr_4551 for your help and motivation. |