summaryrefslogtreecommitdiff
path: root/start_guide.md
diff options
context:
space:
mode:
authorDave Eddy <dave@daveeddy.com>2013-07-31 17:06:04 -0400
committerDave Eddy <dave@daveeddy.com>2013-07-31 17:15:32 -0400
commita784c852f44e57876a02fa1cffa961c55d94e5b3 (patch)
treed0683bf27cb727e96c2a1ab471ccea03a703fc90 /start_guide.md
parentc558cb63f6db35bd51f2f2331e21df03105ee82a (diff)
touch up docs to link to eachother
Diffstat (limited to 'start_guide.md')
-rw-r--r--start_guide.md24
1 files changed, 12 insertions, 12 deletions
diff --git a/start_guide.md b/start_guide.md
index b4f4310d..31d7ca8e 100644
--- a/start_guide.md
+++ b/start_guide.md
@@ -1,5 +1,5 @@
1# Using Tox 1# Using Tox
21. Build Tox 21. [Build Tox](/INSTALL.md)
32. Fix errors 32. Fix errors
43. Consult IRC for help 43. Consult IRC for help
54. Go on debugging journy for devs 54. Go on debugging journy for devs
@@ -13,25 +13,25 @@ Tox. Here's a user-friendly attempt at it.
131. Connect to the network! 131. Connect to the network!
14 + You need to connect to a bootstrapping server, to give you a public key. 14 + You need to connect to a bootstrapping server, to give you a public key.
15 + Where can I find a public server? Right here, as of now: 15 + Where can I find a public server? Right here, as of now:
16 (the help message from running nTox with no args will help) 16 (the help message from running `nTox` with no args will help)
17 + 198.46.136.167 33445 728925473812C7AAC482BE7250BCCAD0B8CB9F737BF3D42ABD34459C1768F854 17 + `198.46.136.167 33445 728925473812C7AAC482BE7250BCCAD0B8CB9F737BF3D42ABD34459C1768F854`
18 + 192.81.133.111 33445 8CD5A9BF0A6CE358BA36F7A653F99FA6B258FF756E490F52C1F98CC420F78858 18 + `192.81.133.111 33445 8CD5A9BF0A6CE358BA36F7A653F99FA6B258FF756E490F52C1F98CC420F78858`
19 + 66.175.223.88 33445 AC4112C975240CAD260BB2FCD134266521FAAF0A5D159C5FD3201196191E4F5D 19 + `66.175.223.88 33445 AC4112C975240CAD260BB2FCD134266521FAAF0A5D159C5FD3201196191E4F5D`
20 + 192.184.81.118 33445 5CD7EB176C19A2FD840406CD56177BB8E75587BB366F7BB3004B19E3EDC04143 20 + `192.184.81.118 33445 5CD7EB176C19A2FD840406CD56177BB8E75587BB366F7BB3004B19E3EDC04143`
212. Find a friend! 212. Find a friend!
22 + Now that you're on the network, you need a friend. To get one of those, 22 + Now that you're on the network, you need a friend. To get one of those,
23 you need to to send or receive a request. What's a request, you ask? 23 you need to to send or receive a request. What's a request, you ask?
24 It's like a friend request, but we use really scary and cryptic numbers 24 It's like a friend request, but we use really scary and cryptic numbers
25 instead of names. When nTox starts, it shows your _your_ long, scary number, 25 instead of names. When `nTox` starts, it shows your _your_ long, scary number,
26 called your *public key*. Give that to people, and they can add you as 26 called your *public key*. Give that to people, and they can add you as
27 as "friend". Or, you can add someone else, with the */f* command, if you like. 27 as "friend". Or, you can add someone else, with the `/f` command, if you like.
283. Chat it up! 283. Chat it up!
29 + Now use the */m* command to send a message to someone. Wow, you're chatting! 29 + Now use the `/m` command to send a message to someone. Wow, you're chatting!
304. But something broke! 304. But something broke!
31 + Yeah, pre-alpha-alpha software tends to do that. We're working on it. 31 + Yeah, pre-alpha-alpha software tends to do that. We're working on it.
32 + Please report all crashes to either the github page, or #tox-dev on freenode. 32 + Please report all crashes to either the [github](/) page, or `#tox-dev` on freenode.
335. Nothing broke, but what does */f* mean? 335. Nothing broke, but what does `/f` mean?
34 + nTox parses text as a command if the first character is a forward-slash ('/'). 34 + `nTox` parses text as a command if the first character is a forward-slash (`/`).
35 You can check all commands in commands.md. 35 You can check all commands in commands.md.
366. Use and support Tox! 366. Use and support Tox!
37 + Code for us, debug for us, document for us, translate for us, even just talk about us! 37 + Code for us, debug for us, document for us, translate for us, even just talk about us!