diff options
author | Kenan Yildirim <kenan@kenany.me> | 2013-07-31 23:58:48 -0400 |
---|---|---|
committer | Kenan Yildirim <kenan@kenany.me> | 2013-07-31 23:58:48 -0400 |
commit | 9ce3864c930193f4bc00325a0a23965d7e0e59f4 (patch) | |
tree | bdee0aa632bec39e7a90b316874960cb4a0057bd | |
parent | c3b5fe3fa154e60d46d647f7928cab48ec4012a0 (diff) |
Move start_guide.md to docs/ and delete using_tox.md
`start_guide.md` is virtually an exact duplicate of `using_tox.md`.
-rw-r--r-- | docs/start_guide.de.md (renamed from start_guide.de.md) | 0 | ||||
-rw-r--r-- | docs/start_guide.md (renamed from start_guide.md) | 6 | ||||
-rw-r--r-- | docs/using_tox.md | 38 |
3 files changed, 3 insertions, 41 deletions
diff --git a/start_guide.de.md b/docs/start_guide.de.md index 7dfd52ca..7dfd52ca 100644 --- a/start_guide.de.md +++ b/docs/start_guide.de.md | |||
diff --git a/start_guide.md b/docs/start_guide.md index 31d7ca8e..b7eec3f0 100644 --- a/start_guide.md +++ b/docs/start_guide.md | |||
@@ -1,5 +1,5 @@ | |||
1 | # Using Tox | 1 | # Using Tox |
2 | 1. [Build Tox](/INSTALL.md) | 2 | 1. [Build Tox](../INSTALL.md) |
3 | 2. Fix errors | 3 | 2. Fix errors |
4 | 3. Consult IRC for help | 4 | 3. Consult IRC for help |
5 | 4. Go on debugging journy for devs | 5 | 4. Go on debugging journy for devs |
@@ -29,10 +29,10 @@ Tox. Here's a user-friendly attempt at it. | |||
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! |
30 | 4. But something broke! | 30 | 4. 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. |
33 | 5. Nothing broke, but what does `/f` mean? | 33 | 5. 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. |
36 | 6. Use and support Tox! | 36 | 6. 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! |
38 | + The more interest we get, the more work gets done, the better Tox is. | 38 | + The more interest we get, the more work gets done, the better Tox is. \ No newline at end of file |
diff --git a/docs/using_tox.md b/docs/using_tox.md deleted file mode 100644 index b4f4310d..00000000 --- a/docs/using_tox.md +++ /dev/null | |||
@@ -1,38 +0,0 @@ | |||
1 | # Using Tox | ||
2 | 1. Build Tox | ||
3 | 2. Fix errors | ||
4 | 3. Consult IRC for help | ||
5 | 4. Go on debugging journy for devs | ||
6 | 5. Build Tox for real | ||
7 | 6. ??? | ||
8 | |||
9 | For all the work we've put into Tox so far, | ||
10 | there isn't yet a decent guide for how you _use_ | ||
11 | Tox. Here's a user-friendly attempt at it. | ||
12 | |||
13 | 1. Connect to the network! | ||
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: | ||
16 | (the help message from running nTox with no args will help) | ||
17 | + 198.46.136.167 33445 728925473812C7AAC482BE7250BCCAD0B8CB9F737BF3D42ABD34459C1768F854 | ||
18 | + 192.81.133.111 33445 8CD5A9BF0A6CE358BA36F7A653F99FA6B258FF756E490F52C1F98CC420F78858 | ||
19 | + 66.175.223.88 33445 AC4112C975240CAD260BB2FCD134266521FAAF0A5D159C5FD3201196191E4F5D | ||
20 | + 192.184.81.118 33445 5CD7EB176C19A2FD840406CD56177BB8E75587BB366F7BB3004B19E3EDC04143 | ||
21 | 2. Find a friend! | ||
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? | ||
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, | ||
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. | ||
28 | 3. Chat it up! | ||
29 | + Now use the */m* command to send a message to someone. Wow, you're chatting! | ||
30 | 4. But something broke! | ||
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. | ||
33 | 5. Nothing broke, but what does */f* mean? | ||
34 | + nTox parses text as a command if the first character is a forward-slash ('/'). | ||
35 | You can check all commands in commands.md. | ||
36 | 6. Use and support Tox! | ||
37 | + Code for us, debug for us, document for us, translate for us, even just talk about us! | ||
38 | + The more interest we get, the more work gets done, the better Tox is. | ||