summaryrefslogtreecommitdiff
path: root/vchat-howto
diff options
context:
space:
mode:
authorerdgeist <de@gsmk.de>2014-04-15 14:42:24 +0200
committererdgeist <de@gsmk.de>2014-04-15 14:42:24 +0200
commit66a81e9382c8503a48db8f82aeb59b6c612c4964 (patch)
tree78c9d53aa810154d5ef0f9215d86357b364c2643 /vchat-howto
parent7e81cd818c751e0f75b2c637e37356485e1e71ef (diff)
parent19375e6c61bfe3bf643786b0e7318c528e4b22a0 (diff)
Display cipher list, thanks to count
Diffstat (limited to 'vchat-howto')
-rwxr-xr-xvchat-howto5
1 files changed, 2 insertions, 3 deletions
diff --git a/vchat-howto b/vchat-howto
index 22c34b7..0ace213 100755
--- a/vchat-howto
+++ b/vchat-howto
@@ -4,13 +4,12 @@ Newbies Guide to vchat via 'Buntclient'
41. Get the Source, Luke 41. Get the Source, Luke
5----------------------- 5-----------------------
6 6
7Make sure, you got a shell and the tool called cvs. 7Make sure, you got a shell and the tool called git.
8cd to a directory the source shall reside in. 8cd to a directory the source shall reside in.
9 9
10Type: 10Type:
11 11
12$ cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login 12$ git clone git://erdgeist.org/vchat-client
13$ cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client
14 13
15(press return at password prompt) 14(press return at password prompt)
16 15