From 0e091f7c58ffcfce82e1384b6ed4faab6a6b6222 Mon Sep 17 00:00:00 2001 From: NemDiggers Date: Tue, 30 Jul 2013 19:03:04 -0400 Subject: Add tutorial videos to readme I promise they're legit<3 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index efbfc05d..89379473 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use **Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)
**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI) - +**How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg) +**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ) ## The Complex Stuff: + Tox must use UDP simply because you can't hole punch with TCP. It's possible, but it doesn't work all the time. -- cgit v1.2.3 From d169e68450bb7a5f8de65e43b46f1102e378943a Mon Sep 17 00:00:00 2001 From: NemDiggers Date: Tue, 30 Jul 2013 19:03:39 -0400 Subject: break line --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89379473..e6e6fe5d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ With the rise of governmental monitoring programs, Tox aims to be an easy to use **Website translations**: [see stal888's repository](https://github.com/stal888/ProjectTox-Website)
**Qt GUI**: [see nurupo's repository](https://github.com/nurupo/ProjectTox-Qt-GUI) -**How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg) +**How to build Tox on Linux**: [YouTube video](http://www.youtube.com/watch?v=M4WXE4VKmyg)
**How to use Tox on Windows**: [YouTube video](http://www.youtube.com/watch?v=qg_j_sDb6WQ) ## The Complex Stuff: -- cgit v1.2.3 From 69980e3c0cd2b384387f226c3c952ad5c99a14f6 Mon Sep 17 00:00:00 2001 From: NemDiggers Date: Tue, 30 Jul 2013 19:09:29 -0400 Subject: Remind users that directory isn't actually legit --- other/bootstrap_serverdaemon/server.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/other/bootstrap_serverdaemon/server.cfg b/other/bootstrap_serverdaemon/server.cfg index 8ef516ca..527c2a72 100644 --- a/other/bootstrap_serverdaemon/server.cfg +++ b/other/bootstrap_serverdaemon/server.cfg @@ -6,11 +6,15 @@ port = 33445; // The key file // make sure that the user who runs the server // does have permissions to read it/write to it +// Remember to replace the provided example with +// the directory the DHT server will run in. keys_file = "/home/tom/.bootstrap_server.keys" // The PID file written to by bootstrap_server, // make sure that the user who runs the server // does have permissions to write to it +// Remember to replace the provided example with +// the directory the DHT server will run in. pid_file = "/home/tom/.bootstrap_server.pid"; // The info of the node bootstap_server will -- cgit v1.2.3